Click or drag to resize

RdfXmlWriterContextUriFormatter Property

Gets/Sets the URI Formatter.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IUriFormatter UriFormatter { get; set; }

Property Value

Type: IUriFormatter

Implements

IWriterContextUriFormatter
Remarks
URI Formatters are not used for RDF/XML output.
See Also