C# Class System.Web.UI.PageParser

Inheritance: TemplateControlParser
Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
AddDirective void
CompileIntoType Type
GetCompiledPageType Type
LoadConfigDefaults void
PageParser System.Collections
PageParser System.Collections
PageParser System.Collections
ProcessMainAttributes void
SuggestCulture string

Public Methods

Method Description
GetCompiledPageInstance ( string virtualPath, string inputFile, HttpContext context ) : IHttpHandler
PageParser ( ) : System.Collections

Private Methods

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

Method Details

GetCompiledPageInstance() public static method

public static GetCompiledPageInstance ( string virtualPath, string inputFile, HttpContext context ) : IHttpHandler
virtualPath string
inputFile string
context HttpContext
return IHttpHandler

PageParser() public method

public PageParser ( ) : System.Collections
return System.Collections