Returns a code expression that is used to perform the property assignment in the generated page class.
- entry
The property to which the expression is bound.
- parsedData
The object that represents parsed data as returned by ExpressionBuilder.ParseExpression(string, Type, ExpressionBuilderContext).
- context
Properties for the control or page.
![]()
A System.CodeDom.CodeExpression that is used in the property assignment.
This method is called during the CodeDOM creation for a page or control. The returned System.CodeDom.CodeExpression object represents the code expression to add to the property assignment in the generated page class.