Class WebConfigurationLoader
Static Helper class for Configuration loading for use in ASP.Net applicatons
Inheritance
System.Object
WebConfigurationLoader
Namespace: VDS.RDF.Web.Configuration
Assembly: dotNetRDF.Web.dll
Syntax
public static class WebConfigurationLoader : object
Fields
| Improve this Doc View SourceWebConfigGraphCacheDuration
Cache Duration for Configuration Graph caching
Declaration
public const int WebConfigGraphCacheDuration = null
Field Value
Type | Description |
---|---|
System.Int32 |
WebConfigGraphCacheKey
Base Cache Key for Configuration Graph caching
Declaration
public const String WebConfigGraphCacheKey = null
Field Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceFindObject(IGraph, Uri, out String)
Finds whether there is any Handler Configuration for a wildcard path that the current request path matches
Declaration
public static INode FindObject(IGraph g, Uri requestUri, out String matchedPath)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Configuration Graph |
Uri | requestUri | Request URI |
String | matchedPath | The resulting matched path |
Returns
Type | Description |
---|---|
INode |
LoadConfigurationGraph(HttpContext, String)
Gets the Configuration Graph with the given Filename returns it
Declaration
public static IGraph LoadConfigurationGraph(HttpContext context, String configFile)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | HTTP Context |
String | configFile | Configuration File |
Returns
Type | Description |
---|---|
IGraph |