Click or drag to resize

BaseStoreParserContext.BaseUri Property

Gets the Base URI for the parser context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Uri BaseUri { get; set; }

Property Value

Type: Uri

Implements

IStoreParserContext.BaseUri
See Also