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!

Page.MapPath

[To be supplied.]

[Visual Basic]
Public Function MapPath( _
   ByVal virtualPath As String _
) As String
[C#]
public string MapPath(
   string virtualPath
);
[C++]
public: String* MapPath(
   String* virtualPath
);
[JScript]
public function MapPath(
   virtualPath : String
) : String;

Parameters

virtualPath
[To be supplied.]

See Also

Page Class | Page Members | System.Web.UI Namespace