ImplicitResourceKey.Filter 属性

定义

获取或设置隐式资源键的筛选器值。

public:
 property System::String ^ Filter { System::String ^ get(); void set(System::String ^ value); };
public string Filter { get; set; }
member this.Filter : string with get, set
Public Property Filter As String

属性值

String

一个 String,它包含隐式资源表达式的筛选器值。

注解

Filter属性引用的值在表达式中的冒号 (: ) 之前。 例如,假设您有一个采用以下形式的隐式资源:

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

此资源包含三个键,它们可能具有要从资源文件或源代码中检索的本地化资源值。 其中一项是 Ie:Welcome.Text ,其中 "Ie" 是 Filter 值。

适用于

另请参阅