BaseParserContext.BaseUri Property |
Gets the Base URI for the parsing context.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Uri BaseUri { get; set; }
Public Property BaseUri As Uri
Get
Set
Property Value
Type:
UriImplements
IParserContext.BaseUri
See Also