TemplateParser.ParseFile Method (String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Parses the content of the file that is specified by either its virtual or physical path.
Assembly: System.Web (in System.Web.dll)
Parameters
- physicalPath
-
Type:
System.String
The physical path of the file to parse. physicalPath has precedence over virtualPath.
- virtualPath
-
Type:
System.String
The virtual path of the file to parse.
| Exception | Condition |
|---|---|
| HttpException | physicalPath or virtualPath refers to the file currently being parsed. |
If a physical path is specified, it is used over the virtual path for locating the file to parse.
If the path to the file to parse is a circular reference; that is, it refers to the same file that the parser is currently parsing, an HttpException exception is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: