Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExpressionPrefixAttribute::ExpressionPrefix Property

 

Gets the prefix value for the current ExpressionBuilder object.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
property String^ ExpressionPrefix {
	String^ get();
}

Property Value

Type: System::String^

The expression prefix for the configured ExpressionBuilder.

Use the ExpressionPrefix property to retrieve the name of the prefix that is associated with a given attribute.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft