PageParserFilter.ProcessDataBindingAttribute Method (String, String, String)
Returns a value that indicates whether the parser filter processes a data binding expression in an attribute.
Assembly: System.Web (in System.Web.dll)
abstract ProcessDataBindingAttribute : controlId:string * name:string * value:string -> bool override ProcessDataBindingAttribute : controlId:string * name:string * value:string -> bool
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 Versions and Dependencies.
Available since 2.0