Show / Hide Table of Contents

Class HtmlFormatter

Formatter for formatting as HTML.
Inheritance
System.Object
HtmlFormatter
Implements
IUriFormatter
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 Source

FormatUri(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
| Improve this Doc View Source

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

Implements

IUriFormatter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • FormatUri(String)
    • FormatUri(Uri)
  • Implements
  • Extension Methods
Back to top Generated by DocFX