WebSitePathHelperGetFilePath Method | Helper帮助文档 |
根据相对路径或绝对路径获取绝对路径
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetFilePath( string localPath )
Public Shared Function GetFilePath ( localPath As String ) As String
public: static String^ GetFilePath( String^ localPath )
static member GetFilePath : localPath : string -> string
Parameters
- localPath
- Type: SystemString
相对路径或绝对路径
Return Value
Type: String绝对路径
See Also