Click or drag to resize
VirtualPathHelperCombine Method
合并路径

Namespace: X3Platform.Web
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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