VirtualPathHelperGetPhysicalPath Method |
获取物理路径
Namespace: X3Platform.WebAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string GetPhysicalPath(
string virtualPath
)
public:
static String^ GetPhysicalPath(
String^ virtualPath
)
Parameters
- virtualPath
- Type: SystemString
虚拟路径
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Web.VirtualPathHelper.GetPhysicalPath(System.String)"]
See Also