Click or drag to resize
UrlHelperCheckWww Method
检测是否为www开始的网址,若不是则自动添加

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static bool CheckWww(
	out string url
)

Parameters

url
Type: SystemString
新的url地址(仅在返回为false时有效)

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.Web.UrlHelper.CheckWww(System.String@)"]

See Also