ParserError.VirtualPath Property
.NET Framework 3.0
Gets or set the virtual path of the file that was being parsed when the error occurred.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_VirtualPath () /** @property */ public void set_VirtualPath (String value)
public function get VirtualPath () : String public function set VirtualPath (value : String)
Not applicable.
Property Value
A string that specifies the virtual path of the file that contains the parser error.The following code example demonstrates how to populate the VirtualPath property for a ParserError object.
Community Additions
ADD
Show: