Click or drag to resize

ToolsStripUriFragment 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: SystemUri
URI.

Return Value

Type: Uri

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

See Also