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

Virtual path to the currently executing server application.

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

Property Value

A string representing the virtual path of the current application.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace