Click or drag to resize
UrlVirtualFormatUrl Method
根据现有数据格式化一个URL地址

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public virtual string FormatUrl(
	string name,
	string value
)

Parameters

name
Type: SystemString
格式化查询名
value
Type: SystemString
格式化查询值

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.UrlVirtual.FormatUrl(System.String,System.String)"]

See Also