Click or drag to resize

VDS.RDF.Web Namespace

Namespace for Classes designed to aid the deployment of Linked Data, SPARQL Endpoints and other Semantic Web technologies as part of ASP.Net web applications.

The ASP.Net support leverages the Configuration API heavily and so only requires only 1 <appSetting> like so:

<add key="dotNetRDFConfig" value="~/App_Data/config.ttl" />
This setting provides a pointer to an RDF configuration graph that uses the Configuration Vocabulary to express the configuration of HTTP Handlers for your ASP.Net application.

Classes
  ClassDescription
Public classHttpContextExtensions
Utility extension methods for the IHttpContext class.
Interfaces
  InterfaceDescription
Public interfaceIHttpContext
Interface which represents the context of some request to a HTTP server.
Public interfaceIHttpProtocolRequest
Interface which represents a HTTP request.
Public interfaceIHttpProtocolResponse
Interface which represents a HTTP response.