Click or drag to resize

HtmlFormatter.FormatUri Method (Uri)

Formats URIs using HTML encoding.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string FormatUri(
	Uri u
)

Parameters

u
Type: System.Uri
URI.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.HtmlFormatter.FormatUri(System.Uri)"]

Implements

IUriFormatter.FormatUri(Uri)
See Also