OssUtilsIsWebpageValid Method |
Checks if the webpage url is valid.
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public static bool IsWebpageValid(
string webpage
)
Public Shared Function IsWebpageValid (
webpage As String
) As Boolean
public:
static bool IsWebpageValid(
String^ webpage
)
static member IsWebpageValid :
webpage : string -> bool
Parameters
- webpage
- Type: SystemString
The wenpage url to check
Return Value
Type:
Booleantrue: the url is valid.
See Also