HttpServerUtilityBase.MapPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, returns the physical file path that corresponds to the specified virtual path on the Web server.
public:
virtual System::String ^ MapPath(System::String ^ path);
public virtual string MapPath (string path);
abstract member MapPath : string -> string
override this.MapPath : string -> string
Public Overridable Function MapPath (path As String) As String
Parameters
- path
- String
The virtual path to get the physical path for.
Returns
The physical file path that corresponds to path
.
Exceptions
Always.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.