System.Web
2.0.0.0
System.Attribute
System.AttributeUsage(System.AttributeTargets.Class)
The class is used at design time with expressions that are not defined in the configuration file. Use the property to get the name of the prefix that is associated with the object. An expression builder looks for any statements with the following form:
<%$ [expressionPrefix]:[expressionValue] %>
Then the expression builder, based on the prefix of the expression, generates code for the property assignment. The parameter refers to a configured expression builder, which is defined in the configuration file or through an object.
Specifies the prefix attribute to use for the expression builder. This class cannot be inherited.
Constructor
Use the constructor to initialize an instance of the class using a prefix identifier. The is the default constructor for the class.
Initializes a new instance of the class.
The prefix of the current .
2.0.0.0
Property
System.String
To be added.
Use the property to retrieve the name of the prefix that is associated with a given attribute.
Gets the prefix value for the current object.
2.0.0.0