BaseTemplateParser.GetReferencedType Method (String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Compiles and returns the type of the Page or UserControl control that is specified by the virtual path.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System.String
The virtual path of the Page or UserControl.
| Exception | Condition |
|---|---|
| HttpException | The parser does not permit a virtual reference to the resource specified by virtualPath. |
If a PageParserFilter object is defined and its AllowVirtualReference property is false, the GetUserControlType method raises an HttpException exception.
The GetUserControlType method is a wrapper for the GetReferencedType method.
.NET Framework
Available since 2.0
Available since 2.0
Show: