ImplicitResourceKey.Filter Property

Definition

Gets or sets the filter value of an implicit resource key.

public string Filter { get; set; }

Property Value

A String containing the filter value for the implicit resource expression.

Remarks

The Filter property refers to the value before the colon (:) in an expression. For example, suppose you had an implicit resource in the following form:

<asp:label runat="server" id="label1" meta:resourcekey="Welcome"  
        text="Welcome"   
        ie:text="Welcome Internet Explorer User"    
        forecolor="blue"/>    

This resource contains three keys that potentially have localized resource values to retrieve from the resource file or source code. One of these keys is Ie:Welcome.Text, in which "Ie" is the Filter value.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also