PagingHandlerHandleBaseUriInternal Method  | 
 
            Handles Base URI Declarations by allowing the inner handler to handle it.
            
 
    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: SystemUri
Base URI. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.PagingHandler.HandleBaseUriInternal(System.Uri)"]
See Also