ASP.NET Core MVC コントロールヘルプ
Mask メソッド (InputMaskBuilder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputMaskBuilder クラス : Mask メソッド
The value.
Configurates C1.Web.Mvc.InputMask.Mask. Sets the mask used to validate the input as the user types.
シンタックス
'宣言
 
Public Function Mask( _
   ByVal value As System.String _
) As InputMaskBuilder
public InputMaskBuilder Mask( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The mask is defined as a string with one or more of the masking characters listed in the InputMask topic.
参照

InputMaskBuilder クラス
InputMaskBuilder メンバ