RouteUrlExpressionEditorSheet.IsValid 属性

定义

获取一个值,该值指示 RouteUrl 表达式字符串是否有效。Gets a value that indicates whether the RouteUrl expression string is valid.

public:
 virtual property bool IsValid { bool get(); };
public override bool IsValid { get; }
member this.IsValid : bool
Public Overrides ReadOnly Property IsValid As Boolean

属性值

Boolean

如果 true 表达式字符串有效,则为 RouteUrl;否则为 falsetrue if the RouteUrl expression string is valid; otherwise false.

适用于

另请参阅