Show / Hide Table of Contents

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 Source

WebConfigGraphCacheDuration

Cache Duration for Configuration Graph caching
Declaration
public const int WebConfigGraphCacheDuration = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WebConfigGraphCacheKey

Base Cache Key for Configuration Graph caching
Declaration
public const String WebConfigGraphCacheKey = null
Field Value
Type Description
String

Methods

| Improve this Doc View Source

FindObject(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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • WebConfigGraphCacheDuration
    • WebConfigGraphCacheKey
  • Methods
    • FindObject(IGraph, Uri, out String)
    • LoadConfigurationGraph(HttpContext, String)
Back to top Generated by DocFX