C# 클래스 System.Web.UI.PageParser

상속: TemplateControlParser
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddDirective void
CompileIntoType Type
GetCompiledPageType Type
LoadConfigDefaults void
PageParser System.Collections
PageParser System.Collections
PageParser System.Collections
ProcessMainAttributes void
SuggestCulture string

공개 메소드들

메소드 설명
GetCompiledPageInstance ( string virtualPath, string inputFile, HttpContext context ) : IHttpHandler
PageParser ( ) : System.Collections

비공개 메소드들

메소드 설명
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

메소드 상세

GetCompiledPageInstance() 공개 정적인 메소드

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

PageParser() 공개 메소드

public PageParser ( ) : System.Collections
리턴 System.Collections