InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml) ASP.Net TOCASP.Net Draft for Information Only
Content
ASP.NET @ Application Directives
ASP.NET @ Application DirectivesThe application directives for global application files with .asax file extension are @ Application, @ Import, and @ Assembly. @ ApplicationThe @ Application is used to defines application-specific attributes used by the ASP.NET application compiler, and appears only in application (.asax) files. Syntax
<%@ Application attribute="value" [attribute=value … ] %> Attributes@ ApplicationKeywords of @ Application directive attributeSpecified keywords from a list of attribute name used to specify attribute of @ Application attribute. "value"The specified value of the specified attribute of @ Application attribute.Attribute ValuesCodeBehindSpecifies the name of a source code file that contains a class associated with the application class. This is ignored by the ASP.NET parser; it is used only at design time by integrated development environment (IDE) tools such as Microsoft Visual Studio 2005. Note: This attribute is included for compatibility with previous versions of ASP.NET, to implement the code-behind feature. In ASP.NET version 2.0, you should instead use the CodeFile attribute to specify the name of the source file, along with the Inherits attribute to specify the fully qualified name of the class. CompilerOptionsA string containing compiler options used to compile the page. In C# and Visual Basic, this is a sequence of compiler command-line switches. DescriptionA text description of the application class. This value is ignored by the ASP.NET parser. InheritsDefines a code-behind class for the application class to inherit. This can be any class derived from the HttpApplication class. Used with the CodeFile attribute, which contains the path to the source file for the code-behind class. LanguageSpecifies the language used when compiling all inline rendering (<% %> and <%= %>) and code declaration blocks within the application file. Values can represent any .NET Framework-supported language, including Visual Basic, C#, or JScript. Only one language can be used and specified per application file.Remarks
@ ImportThe @ Import directive is used to explicitly imports a namespace into an ASP.NET application file (such as a Web page, a user control, a master page, or a Global.asax file), making all classes and interfaces of the imported namespace available to the file. The imported namespace can be part of the .NET Framework class library or a user-defined namespace.. Syntax
<%@ Import namespace="value" %>
Attributes@ ImportKeywords of @ Import directive namespaceThe fully qualified name of the namespace to import. This can include any of the namespaces included in the .NET Framework or a custom namespace. "value"The specified value of the namespace attribute of @ Import attribute.Remarks
@ AssemblyThe @ Assembly directive is used to links an assembly to an ASP.NET application file (such as a Web page, a user control, a master page, or a Global.asax file) during compilation, making all the assembly's classes and interfaces available for use. Syntax
<%@ Assembly Name="assemblyname" %>
Attributes@ AssmemblyKeywords of @ Assmebly directive NameA string that represents the name of the assembly to link. Note: The assembly name does not include a file name extension. assemblynameA string that represents the name of the assembly to link. The specified assembly name does not include a file name extension. SrcThe path to a source file to dynamically compile and link against. Note: You must include either a Name or a Src attribute in an @ Assembly directive, but you cannot include both within the same directive. If you need to use both of these attributes, you must include multiple @ Assembly directives in the file. pathnameThe path to a source file to dynamically compile and link against.Remarks
Source/Reference
©sideway ID: 190700003 Last Updated: 7/3/2019 Revision: 0 Ref: ![]() References
![]() Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019