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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET