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

상속: UserControlParser
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddContentPlaceHolderId void
AddDirective void
HandleOptions void
MasterPageParser System
MasterPageParser System
MasterPageParser System

공개 메소드들

메소드 설명
GetCompiledMasterInstance ( string virtualPath, string inputFile, HttpContext context ) : MasterPage
GetCompiledMasterType ( string virtualPath, string inputFile, HttpContext context ) : Type

비공개 메소드들

메소드 설명
AddContentPlaceHolderId ( string id ) : void
AddDirective ( string directive, IDictionary atts ) : void
HandleOptions ( object obj ) : void
MasterPageParser ( System.Web.VirtualPath virtualPath, TextReader reader, HttpContext context ) : System
MasterPageParser ( System.Web.VirtualPath virtualPath, string inputFile, HttpContext context ) : System
MasterPageParser ( System.Web.VirtualPath virtualPath, string inputFile, TextReader reader, HttpContext context ) : System

메소드 상세

GetCompiledMasterInstance() 공개 정적인 메소드

public static GetCompiledMasterInstance ( string virtualPath, string inputFile, HttpContext context ) : MasterPage
virtualPath string
inputFile string
context System.Web.HttpContext
리턴 MasterPage

GetCompiledMasterType() 공개 정적인 메소드

public static GetCompiledMasterType ( string virtualPath, string inputFile, HttpContext context ) : Type
virtualPath string
inputFile string
context System.Web.HttpContext
리턴 System.Type