Click or drag to resize
MiscW3CValidate Method
Validate an url string by the W3C online validation tool

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool W3CValidate(
	string url
)

Parameters

url
Type: SystemString
Url to validate (ex: "http://www.desdinova.it")

Return Value

Type: Boolean
True if valid; False otherwise
See Also