Click or drag to resize

HtmlFormatter.FormatUri 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: System.String
URI.

Return Value

Type: String

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

Implements

IUriFormatter.FormatUri(String)
See Also