C# Class System.Web.UI.MasterPageParser

Inheritance: UserControlParser
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
AddContentPlaceHolderId void
AddDirective void
HandleOptions void
MasterPageParser System
MasterPageParser System
MasterPageParser System

Méthodes publiques

Méthode Description
GetCompiledMasterInstance ( string virtualPath, string inputFile, HttpContext context ) : MasterPage
GetCompiledMasterType ( string virtualPath, string inputFile, HttpContext context ) : Type

Private Methods

Méthode 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 méthode

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

GetCompiledMasterType() public static méthode

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