Click or drag to resize

UriFactoryCreate Method

Creates a URI interning it if interning is enabled via the Options.InternUris.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Uri Create(
	string uri
)

Parameters

uri
Type: SystemString
String URI.

Return Value

Type: Uri

[Missing <returns> documentation for "M:VDS.RDF.UriFactory.Create(System.String)"]

Remarks
When URI interning is disabled this is equivalent to just invoking the constructor of the Uri class.
See Also