Class WebConfigurationPathResolver
Path Resolver for Web Configuration loading
Inheritance
System.Object
WebConfigurationPathResolver
Implements
Namespace: VDS.RDF.Web.Configuration
Assembly: dotNetRDF.Web.dll
Syntax
public class WebConfigurationPathResolver : object, IPathResolver
Constructors
| Improve this Doc View SourceWebConfigurationPathResolver(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 SourceResolvePath(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 |