wwDbSimpleResourceProviderFactory.CreateLocalResourceProvide

ASP.NET passes the full page virtual path (/MyApp/subdir/test.aspx) which is the effective ResourceSet id. We'll store only an application relative path (subdir/test.aspx) by stripping off the base path.

public virtual IResourceProvider CreateLocalResourceProvider( string virtualPath );

Parameters

virtualPath


See also:

Class wwDbSimpleResourceProviderFactory


  Last Updated: 3/10/2008 | © West Wind Technologies, 2008