AspNetWebSocketContext::PathInfo Property
.NET Framework (current version)
Gets additional path information for a resource that has a URL extension.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^A string that contains additional path information for a resource.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
As an example of a virtual path, for the URL http://www.contoso.com/virdir/page.html/tail, the value of this property is /tail.
.NET Framework
Available since 4.5
Available since 4.5
Show: