Click or drag to resize

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

Return Value

Type: String

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

Implements

IUriFormatterFormatUri(Uri)
See Also