Click or drag to resize

HtmlFormatterFormatUri Method (String)

Formats URIs using HTML encoding.

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

Parameters

u
Type: SystemString
URI.

Return Value

Type: String

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

Implements

IUriFormatterFormatUri(String)
See Also