| VirtualPathHelperCombine Method |
合并路径
Namespace: X3Platform.WebAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string Combine(
string url,
string virtualPath
)
public:
static String^ Combine(
String^ url,
String^ virtualPath
)
Parameters
- url
- Type: SystemString
路径 - virtualPath
- Type: SystemString
相对虚拟路径
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Web.VirtualPathHelper.Combine(System.String,System.String)"]
See Also