ResourceProviderFactory::CreateLocalResourceProvider Method (String^)
.NET Framework (current version)
When overridden in a derived class, creates a local resource provider.
Assembly: System.Web (in System.Web.dll)
public: virtual IResourceProvider^ CreateLocalResourceProvider( String^ virtualPath ) abstract
Parameters
- virtualPath
-
Type:
System::String^
The path to a resource file.
When overridden in a derived class, this method returns an IResourceProvider object for the given virtualPath parameter. The method could be implemented such that virtualPath maps to a resource file.
.NET Framework
Available since 2.0
Available since 2.0
Show: