Class BaseGraphHandlerConfiguration
Abstract Base class for Graph Handler configurations
Inheritance
System.Object
BaseGraphHandlerConfiguration
Inherited Members
Namespace: VDS.RDF.Web.Configuration.Resource
Assembly: dotNetRDF.Web.dll
Syntax
public abstract class BaseGraphHandlerConfiguration : BaseHandlerConfiguration
Constructors
| Improve this Doc View SourceBaseGraphHandlerConfiguration(IHttpContext, IGraph, INode)
Creates a new Graph Handler Configuration
Declaration
public BaseGraphHandlerConfiguration(IHttpContext context, IGraph g, INode objNode)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpContext | context | HTTP Context |
| IGraph | g | Configuration Graph |
| INode | objNode | Object Node |
Properties
| Improve this Doc View SourceETag
Gets/Sets the cached ETag for the Graph
Declaration
public String ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Graph
Gets the Graph being served
Declaration
public IGraph Graph { get; }
Property Value
| Type | Description |
|---|---|
| IGraph |