RouteValueExpressionEditorSheet::IsValid Property

.NET Framework (current version)
 

Gets a value that indicates whether the RouteValue expression string is valid.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool IsValid {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the RouteValue expression string is valid; otherwise false.

.NET Framework
Available since 4.0
Return to top
Show: