C# Class Crowbar.WebProjectPathProvider

The default Web project path provider that will attempt to return an AppDomain-relative path to the web project.
Inheritance: IPathProvider
Datei anzeigen Open project: mrydengren/crowbar

Public Methods

Method Description
GetPhysicalPath ( ) : string
WebProjectPathProvider ( string mvcProjectName ) : System

Creates a new instance of the WebProjectPathProvider.

Method Details

GetPhysicalPath() public method

public GetPhysicalPath ( ) : string
return string

WebProjectPathProvider() public method

Creates a new instance of the WebProjectPathProvider.
public WebProjectPathProvider ( string mvcProjectName ) : System
mvcProjectName string The name of the MVC web project.
return System