RegularExpressionAttributeAdapter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 RegularExpressionAttributeAdapter 類別的新執行個體。
public RegularExpressionAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.RegularExpressionAttribute attribute);
new System.Web.Mvc.RegularExpressionAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.RegularExpressionAttribute -> System.Web.Mvc.RegularExpressionAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As RegularExpressionAttribute)
參數
- metadata
- ModelMetadata
模型中繼資料。
- context
- ControllerContext
控制器內容。
- attribute
- RegularExpressionAttribute
規則運算式屬性。