ImplicitResourceKey Constructor (String^, String^, String^)

 

Initializes a new instance of the ImplicitResourceKey class with the specified values for the Filter, KeyPrefix and Property properties.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
ImplicitResourceKey(
	String^ filter,
	String^ keyPrefix,
	String^ property
)

Parameters

filter
Type: System::String^

The filter value of an implicit resource key.

keyPrefix
Type: System::String^

The prefix for identifying a group of properties.

property
Type: System::String^

A property and subproperty, if provided, for an implicit resource key.

.NET Framework
Available since 2.0
Return to top
Show: