C# Class Crowbar.WebConfigPathProvider

The default Web.config path provider that will return an AppDomain-relative path to the configuration file.
Inheritance: IPathProvider
Show file Open project: mrydengren/crowbar

Public Methods

Method Description
GetPhysicalPath ( ) : string
WebConfigPathProvider ( string config ) : System

Creates a new instance of the WebConfigPathProvider.

Method Details

GetPhysicalPath() public method

public GetPhysicalPath ( ) : string
return string

WebConfigPathProvider() public method

Creates a new instance of the WebConfigPathProvider.
public WebConfigPathProvider ( string config ) : System
config string The name of the configuration file.
return System