StronglyTypedWebResources.CreateClassFromResXResource

Creates an ASP.NET compatible strongly typed resource from a ResX file in ASP.NET. The class generated works only for Global Resources by calling GetGlobalResourceObject.

This routine parses the raw ResX files since you can't easily get access to the active ResourceManager in an ASP.NET application since the assembly is dynamically named and not easily accessible.

public string CreateClassFromResXResource( string ResXFile,
	string Namespace,
	string Classname,
	string FileName );

Parameters

string ResXFile

string Namespace

string Classname

string FileName


See also:

Class StronglyTypedWebResources


  Last Updated: 11/21/2006 | © West Wind Technologies, 2008