PageParserFilter.ProcessDataBindingAttribute Method
Returns a value that indicates whether the parser filter processes a data binding expression in an attribute.
Assembly: System.Web (in System.Web.dll)
public virtual bool ProcessDataBindingAttribute( string controlId, string name, string value )
Parameters
- controlId
- Type: System.String
The ID of the control that contains the data binding attribute.
- name
- Type: System.String
The name of the attribute with the data binding expression.
- value
- Type: System.String
The data binding expression.
Return Value
Type: System.Booleantrue if the parser filter processes data binding attributes; otherwise, false. The default is false.
You can override the ProcessDataBindingAttribute method to allow the parser filter to process data binding expressions when implementing a custom PageParserFilter class. An example of a data binding expression used with an attribute is <%# expression %>.
ProcessDataBindingAttribute is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.