
less than 1 minute to read
Provider Factory class that needs to be set in web.config in order for ASP.NET to instantiate this class for all resource related tasks.
System.Web.Compilation.ResourceProviderFactory
Westwind.Globalization.DbResourceProviderFactory
public class DbResourceProviderFactory : ResourceProviderFactory
Class Members
Member | Description | |
---|---|---|
![]() |
Constructor |
|
![]() |
CreateGlobalResourceProvider |
Core Factory method that returns an instance of our DbResourceProvider database Resource provider for Global Resources. This method gets passed simple a ResourceSet which is equivalent to a Resource file in Resx and here maps to the ResourceSet id in the database. public virtual IResourceProvider CreateGlobalResourceProvider(string classname) |
![]() |
CreateLocalResourceProvider |
public virtual IResourceProvider CreateLocalResourceProvider(string virtualPath) |
Requirements
Namespace: Westwind.GlobalizationAssembly: westwind.globalization.web.dll
© West Wind Technologies, 2006 - 2019 • Updated: 01/25/18
Comment or report problem with topic