WebPathMapperBaseMapPath Method |
For the application residing in C:\\folder\\appFolder and "~/AppData" relativePath parameter, the result will be C:\\folder\\appFolder\\AppData.
Namespace: CMS.Base.Internal
public string MapPath( string relativePath )
Exception | Condition |
---|---|
ArgumentException | Thrown when relativePath does not specify a relative path. |
ArgumentNullException | Thrown when relativePath is null. |