C# Класс System.Web.UI.MasterPageParser

Наследование: UserControlParser
Показать файл Открыть проект Примеры использования класса

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