C# Class System.Web.UI.MasterPageParser

Inheritance: UserControlParser
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
AddContentPlaceHolderId void
AddDirective void
HandleOptions void
MasterPageParser System
MasterPageParser System
MasterPageParser System

Public Methods

Method Description
GetCompiledMasterInstance ( string virtualPath, string inputFile, HttpContext context ) : MasterPage
GetCompiledMasterType ( string virtualPath, string inputFile, HttpContext context ) : Type

Private Methods

Method Description
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

Method Details

GetCompiledMasterInstance() public static method

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

GetCompiledMasterType() public static method

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