Click or drag to resize

Tools.StripUriFragment Method

Returns a URI with any Fragment ID removed from it.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Uri StripUriFragment(
	Uri u
)

Parameters

u
Type: System.Uri
URI.

Return Value

Type: Uri

[Missing <returns> documentation for "M:VDS.RDF.Tools.StripUriFragment(System.Uri)"]

See Also