HttpParseException.VirtualPath Property

Definition

Gets the virtual path to source file that generated the error.

public:
 property System::String ^ VirtualPath { System::String ^ get(); };
public string VirtualPath { get; }
member this.VirtualPath : string
Public ReadOnly Property VirtualPath As String

Property Value

The virtual path to the source file that generated the error.

Applies to