ImplicitResourceKey Constructors

Definition

Initializes a new instance of the ImplicitResourceKey class.

Overloads

ImplicitResourceKey()

Initializes a new instance of the ImplicitResourceKey class.

ImplicitResourceKey(String, String, String)

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

ImplicitResourceKey()

Initializes a new instance of the ImplicitResourceKey class.

public:
 ImplicitResourceKey();
public ImplicitResourceKey ();
Public Sub New ()

See also

Applies to

ImplicitResourceKey(String, String, String)

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

public:
 ImplicitResourceKey(System::String ^ filter, System::String ^ keyPrefix, System::String ^ property);
public ImplicitResourceKey (string filter, string keyPrefix, string property);
new System.Web.Compilation.ImplicitResourceKey : string * string * string -> System.Web.Compilation.ImplicitResourceKey
Public Sub New (filter As String, keyPrefix As String, property As String)

Parameters

filter
String

The filter value of an implicit resource key.

keyPrefix
String

The prefix for identifying a group of properties.

property
String

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

Applies to