Click or drag to resize

DataUriLoader.Load Method (IRdfHandler, Uri)

Loads RDF data using an RDF Handler from a data: URI.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void Load(
	IRdfHandler handler,
	Uri u
)

Parameters

handler
Type: VDS.RDF.IRdfHandler
RDF Handler.
u
Type: System.Uri
URI to load from.
Exceptions
ExceptionCondition
UriFormatExceptionThrown if the metadata portion of the URI which indicates the MIME Type, Character Set and whether Base64 encoding is used is malformed.
Remarks
Invokes the normal UriLoader instead if a the URI provided is not a data: URI.
See Also