Click or drag to resize

BaseWriterContext.UriFormatter Property

Gets/Sets the URI Formatter in use.

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

Property Value

Type: IUriFormatter

Implements

IWriterContext.UriFormatter
See Also