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" />
Class | Description | |
---|---|---|
HttpContextExtensions |
Utility extension methods for the IHttpContext class.
|
Interface | Description | |
---|---|---|
IHttpContext |
Interface which represents the context of some request to a HTTP server.
| |
IHttpProtocolRequest |
Interface which represents a HTTP request.
| |
IHttpProtocolResponse |
Interface which represents a HTTP response.
|