Click or drag to resize

ToolsIsValidBaseUri Method

Checks whether a Uri is valid as a Base Uri for resolving Relative URIs against.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsValidBaseUri(
	Uri baseUri
)

Parameters

baseUri
Type: SystemUri
Base Uri to test.

Return Value

Type: Boolean
True if the Base Uri can be used to resolve Relative URIs against.
Remarks
A Base Uri is valid if it is an absolute Uri and not using the mailto: scheme.
See Also