Property | Type | Description | |
---|---|---|---|
AddDirective | void | ||
CompileIntoType | Type | ||
GetCompiledPageType | Type | ||
LoadConfigDefaults | void | ||
PageParser | System.Collections | ||
PageParser | System.Collections | ||
PageParser | System.Collections | ||
ProcessMainAttributes | void | ||
SuggestCulture | string |
Method | Description | |
---|---|---|
GetCompiledPageInstance ( string virtualPath, string inputFile, HttpContext context ) : IHttpHandler | ||
PageParser ( ) : System.Collections |
Method | Description | |
---|---|---|
AddDirective ( string directive, IDictionary atts ) : void | ||
CompileIntoType ( ) : Type | ||
GetCompiledPageType ( string virtualPath, string inputFile, HttpContext context ) : Type | ||
LoadConfigDefaults ( ) : void | ||
PageParser ( VirtualPath virtualPath, TextReader reader, HttpContext context ) : System.Collections | ||
PageParser ( VirtualPath virtualPath, string inputFile, TextReader reader, HttpContext context ) : System.Collections | ||
PageParser ( string virtualPath, string inputFile, HttpContext context ) : System.Collections | ||
ProcessMainAttributes ( IDictionary atts ) : void | ||
SuggestCulture ( string culture ) : string |
public static GetCompiledPageInstance ( string virtualPath, string inputFile, HttpContext context ) : IHttpHandler | ||
virtualPath | string | |
inputFile | string | |
context | HttpContext | |
return | IHttpHandler |