WriteThroughHandler.HandleBaseUriInternal Method |
Handles Base URI Declarations passing them to the underlying formatter if applicable.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override bool HandleBaseUriInternal(
Uri baseUri
)
Protected Overrides Function HandleBaseUriInternal (
baseUri As Uri
) As Boolean
Parameters
- baseUri
- Type: System.Uri
Base URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.WriteThroughHandler.HandleBaseUriInternal(System.Uri)"]
See Also