Click or drag to resize

WriteThroughHandlerHandleBaseUriInternal Method

Handles Base URI Declarations passing them to the underlying formatter if applicable.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool HandleBaseUriInternal(
	Uri baseUri
)

Parameters

baseUri
Type: SystemUri
Base URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.WriteThroughHandler.HandleBaseUriInternal(System.Uri)"]

See Also