System.Web Namespace HttpRequest Class
Maps the specified virtual path to a physical path.
[ VB ] Overloads 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;
The physical path on the server specified by virtualPath.
HttpRequest Class HttpRequest.MapPath Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note