CompareAttribute(String) 构造函数

定义

初始化 CompareAttribute 类的新实例。

public CompareAttribute(string otherProperty);
new System.Web.Mvc.CompareAttribute : string -> System.Web.Mvc.CompareAttribute
Public Sub New (otherProperty As String)

参数

otherProperty
String

要与当前属性进行比较的属性。

适用于