WebPathMapperBaseMapPathInternal Method |
Returns the full physical file path from the relativePath.
For the application residing in C:\\folder\\appFolder and "~/AppData" relativePath parameter,
the result will be C:\\folder\\appFolder\\AppData.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected virtual string MapPathInternal(
string relativePath
)
Parameters
- relativePath
- Type: SystemString
Relative path to be resolved.
Return Value
Type:
StringThe physical file path that corresponds to
relativePath.
See Also