Class DatasetHandlerConfiguration
Basic implementation of a Dataset Handler Configuration
Inheritance
System.Object
DatasetHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Resource
Assembly: dotNetRDF.Web.dll
Syntax
public class DatasetHandlerConfiguration : BaseDatasetHandlerConfiguration
Constructors
| Improve this Doc View SourceDatasetHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Dataset Handler configuration
Declaration
public DatasetHandlerConfiguration(IHttpContext context, IGraph config, INode objNode)
Parameters
Type | Name | Description |
---|---|---|
IHttpContext | context | HTTP Context |
IGraph | config | Configuration Graph |
INode | objNode | Object Node |