This documentation is archived and is not being maintained.
TemplateParser::ParseFile Method
Visual Studio 2010
This API supports the .NET Framework 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: