C# Class Masonry.Core.Hosting.NamespaceMapping

Maps a namespace to a virtual path
Exibir arquivo Open project: DenisVuyka/Masonry Class Usage Examples

Public Methods

Method Description
NamespaceMapping ( Assembly assembly, string folderNamespace ) : System

Initializes a new instance of the NamespaceMapping class.

Method Details

NamespaceMapping() public method

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.
return System