Click or drag to resize
UrlHelperMoveURL Method
进行URL移动(HTTP 301 处理),并结束页运行

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static void MoveURL(
	string newUrl,
	params Object[] format
)

Parameters

newUrl
Type: SystemString
新URL地址
format
Type: SystemObject
格式化串
See Also