C# Class System.Web.UI.BaseTemplateParser

Inheritance: System.Web.UI.TemplateParser
Show file Open project: kumpera/mono Class Usage Examples

Protected Methods

Method Description
BaseTemplateParser ( ) : System
GetReferencedType ( string virtualPath ) : Type

Private Methods

Method Description
GetUserControlType ( string virtualPath ) : Type

Method Details

BaseTemplateParser() protected method

protected BaseTemplateParser ( ) : System
return System

GetReferencedType() protected method

protected GetReferencedType ( string virtualPath ) : Type
virtualPath string
return System.Type