C# Class System.Web.UI.ApplicationFileParser

Inheritance: System.Web.UI.TemplateParser
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
AddDirective void
ApplicationFileParser System
ApplicationFileParser System
GetCompiledApplicationType System.Type

Méthodes publiques

Méthode Description
ApplicationFileParser ( string fname, HttpContext context ) : System

Méthodes protégées

Méthode Description
CompileIntoType ( ) : Type

Private Methods

Méthode Description
AddDirective ( string directive, IDictionary atts ) : void
ApplicationFileParser ( System.Web.VirtualPath virtualPath, TextReader reader, HttpContext context ) : System
ApplicationFileParser ( System.Web.VirtualPath virtualPath, string inputFile, TextReader reader, HttpContext context ) : System
GetCompiledApplicationType ( string inputFile, HttpContext context ) : Type

Method Details

ApplicationFileParser() public méthode

public ApplicationFileParser ( string fname, HttpContext context ) : System
fname string
context System.Web.HttpContext
Résultat System

CompileIntoType() protected méthode

protected CompileIntoType ( ) : Type
Résultat System.Type