ASP.NET Core MVC コントロールヘルプ
RawValue メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputMaskBuilder クラス : RawValue メソッド
The value.
Configurates C1.Web.Mvc.InputMask.RawValue. Sets the raw value of the control (excluding mask literals).
シンタックス
'宣言
 
Public Function RawValue( _
   ByVal value As System.String _
) As InputMaskBuilder
public InputMaskBuilder RawValue( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The raw value of the control excludes prompt and literal characters.
参照

InputMaskBuilder クラス
InputMaskBuilder メンバ