Show / Hide Table of Contents

Class WebConfigurationPathResolver

Path Resolver for Web Configuration loading
Inheritance
System.Object
WebConfigurationPathResolver
Implements
IPathResolver
Namespace: VDS.RDF.Web.Configuration
Assembly: dotNetRDF.Web.dll
Syntax
public class WebConfigurationPathResolver : object, IPathResolver

Constructors

| Improve this Doc View Source

WebConfigurationPathResolver(HttpServerUtility)

Creates a new Web Configuration Path Resolver
Declaration
public WebConfigurationPathResolver(HttpServerUtility server)
Parameters
Type Name Description
HttpServerUtility server HTTP Server Utility

Methods

| Improve this Doc View Source

ResolvePath(String)

Resolves a Path by calling MapPath() where appropriate
Declaration
public string ResolvePath(string path)
Parameters
Type Name Description
System.String path Path
Returns
Type Description
System.String

Implements

IPathResolver

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WebConfigurationPathResolver(HttpServerUtility)
  • Methods
    • ResolvePath(String)
  • Implements
  • Extension Methods
Back to top Generated by DocFX