NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.PathInfo

Gets additional path information that follows a resource with URL extension.

[Visual Basic]
Public ReadOnly Property PathInfo As String
[C#]
public string PathInfo {get;}
[C++]
public: __property String* get_PathInfo();
[JScript]
public function get PathInfo() : String;

Property Value

A String representing additional path information that follows a resource with URL extension.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace