 | MiscW3CValidate Method |
Validate an url string by the W3C online validation tool
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool W3CValidate(
string url
)
Public Shared Function W3CValidate (
url As String
) As Boolean
Parameters
- url
- Type: SystemString
Url to validate (ex: "http://www.desdinova.it")
Return Value
Type:
BooleanTrue if valid; False otherwise
See Also