Click or drag to resize
OssUtilsIsWebpageValid Method
Checks if the webpage url is valid.

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

Parameters

webpage
Type: SystemString
The wenpage url to check

Return Value

Type: Boolean
true: the url is valid.
See Also