ImplicitResourceKey.Filter Property
.NET Framework 3.0
Gets or sets the filter value of an implicit resource key.
Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Filter () /** @property */ public void set_Filter (String value)
public function get Filter () : String public function set Filter (value : String)
Not applicable.
Property Value
A String containing the filter value for the implicit resource expression.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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: