Class HtmlFormatter
Formatter for formatting as HTML.
Inheritance
System.Object
HtmlFormatter
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public class HtmlFormatter : IUriFormatter
Methods
| Improve this Doc View SourceFormatUri(string)
Formats URIs using HTML encoding.
Declaration
public string FormatUri(string u)
Parameters
Type | Name | Description |
---|---|---|
string | u | URI. |
Returns
Type | Description |
---|---|
string |
FormatUri(Uri)
Formats URIs using HTML encoding.
Declaration
public string FormatUri(Uri u)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | u | URI. |
Returns
Type | Description |
---|---|
string |