Class HtmlFormatter
Formatter for formatting as HTML.
Inheritance
System.Object
HtmlFormatter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|---|
System.String | u | URI. |
Returns
Type | Description |
---|---|
System.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 |
---|---|
System.String |