Click or drag to resize
OssUtilsIsWebpageValid Method
判断webpage是否合法

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public static bool IsWebpageValid(
	string webpage
)

Parameters

webpage
Type: SystemString
需要验证的webpage值

Return Value

Type: Boolean
是否合法
See Also