C# Class Masonry.Core.Hosting.NamespaceMapping

Maps a namespace to a virtual path
Afficher le fichier Open project: DenisVuyka/Masonry Class Usage Examples

Méthodes publiques

Méthode Description
NamespaceMapping ( Assembly assembly, string folderNamespace ) : System

Initializes a new instance of the NamespaceMapping class.

Method Details

NamespaceMapping() public méthode

Initializes a new instance of the NamespaceMapping class.
public NamespaceMapping ( Assembly assembly, string folderNamespace ) : System
assembly System.Reflection.Assembly The assembly that the views are located in.
folderNamespace string Namespace that should correspond to the virtual path "~/". Typically root namespace in your project.
Résultat System