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
Afficher le fichier Open project: mrydengren/crowbar

Méthodes publiques

Méthode Description
GetPhysicalPath ( ) : string
WebProjectPathProvider ( string mvcProjectName ) : System

Creates a new instance of the WebProjectPathProvider.

Method Details

GetPhysicalPath() public méthode

public GetPhysicalPath ( ) : string
Résultat string

WebProjectPathProvider() public méthode

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