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.FilePath

Gets the virtual path of the current request.

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

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace