Answer Posted / praveen
@ Assembly
Links an assembly to the current page or user control
declaratively.
@ Control
Defines control-specific attributes used by the ASP.NET
page parser and compiler and can be included only in .ascx
files (user controls).
@ Implements
Indicates that a page or user control implements a
specified .NET Framework interface declaratively.
@ Import
Imports a namespace into a page or user control explicitly.
@ Master
Identifies a page as a master page and defines attributes
used by the ASP.NET page parser and compiler and can be
included only in .master files.
@ MasterType
Defines the class or virtual path used to type the Master
property of a page.
@ OutputCache
Controls the output caching policies of a page or user
control declaratively.
@ Page
Defines page-specific attributes used by the ASP.NET page
parser and compiler and can be included only in .aspx files.
@ PreviousPageType
Creates a strongly typed reference to the source page from
the target of a cross-page posting.
@ Reference
Links a page, user control, or COM control to the current
page or user control declaratively.
@ Register
Associates aliases with namespaces and classes, which
allow user controls and custom server controls to be
rendered when included in a requested page or user control.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is asp.net mvc5? : Asp.Net MVC
What does session_start () do?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
How to unit test Web API?
What does asp.net stand for?
Explain in what order a destructors is called.
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is asp.net caching?
Explain the differences between managed and unmanaged code?
Why is xap important?
What is the difference between debug and release?
What is the difference between web config and machine config files?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
How you will improve web application performance?
What is session in web technology?