C# Class MvcContrib.PortableAreas.AssemblyResourceManager

Manages all .NET assemblies that have registered their embedded resources.
显示文件 Open project: atomicobject/mvccontrib Class Usage Examples

Public Methods

Method Description
GetResourceStoreForArea ( string areaName ) : AssemblyResourceStore
GetResourceStoreFromVirtualPath ( string virtualPath ) : AssemblyResourceStore
IsEmbeddedViewResourcePath ( string virtualPath ) : bool
RegisterAreaResources ( AssemblyResourceStore assemblyResourceStore ) : void

Private Methods

Method Description
InitializeAssemblyResourceStores ( ) : AssemblyResourceStore>.Dictionary

Method Details

GetResourceStoreForArea() public static method

public static GetResourceStoreForArea ( string areaName ) : AssemblyResourceStore
areaName string
return MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

GetResourceStoreFromVirtualPath() public static method

public static GetResourceStoreFromVirtualPath ( string virtualPath ) : AssemblyResourceStore
virtualPath string
return MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

IsEmbeddedViewResourcePath() public static method

public static IsEmbeddedViewResourcePath ( string virtualPath ) : bool
virtualPath string
return bool

RegisterAreaResources() public static method

public static RegisterAreaResources ( AssemblyResourceStore assemblyResourceStore ) : void
assemblyResourceStore MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore
return void