C# Class MvcContrib.PortableAreas.AssemblyResourceManager

Manages all .NET assemblies that have registered their embedded resources.
Afficher le fichier Open project: atomicobject/mvccontrib Class Usage Examples

Méthodes publiques

Méthode Description
GetResourceStoreForArea ( string areaName ) : AssemblyResourceStore
GetResourceStoreFromVirtualPath ( string virtualPath ) : AssemblyResourceStore
IsEmbeddedViewResourcePath ( string virtualPath ) : bool
RegisterAreaResources ( AssemblyResourceStore assemblyResourceStore ) : void

Private Methods

Méthode Description
InitializeAssemblyResourceStores ( ) : AssemblyResourceStore>.Dictionary

Method Details

GetResourceStoreForArea() public static méthode

public static GetResourceStoreForArea ( string areaName ) : AssemblyResourceStore
areaName string
Résultat MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

GetResourceStoreFromVirtualPath() public static méthode

public static GetResourceStoreFromVirtualPath ( string virtualPath ) : AssemblyResourceStore
virtualPath string
Résultat MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

IsEmbeddedViewResourcePath() public static méthode

public static IsEmbeddedViewResourcePath ( string virtualPath ) : bool
virtualPath string
Résultat bool

RegisterAreaResources() public static méthode

public static RegisterAreaResources ( AssemblyResourceStore assemblyResourceStore ) : void
assemblyResourceStore MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore
Résultat void