Click or drag to resize

BaseParserContextHandler Property

Gets the Handler used to handle the generated RDF.

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

Property Value

Type: IRdfHandler

Implements

IParserContextHandler
See Also