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: