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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputNumberBuilder クラス : IsRequired メソッド
The value.
Configurates C1.Web.Mvc.InputNumber.IsRequired. Sets a value indicating whether the control value must be a number or whether it can be set to null (by deleting the content of the control).
シンタックス
'宣言
 
Public Function IsRequired( _
   ByVal value As System.Boolean _
) As InputNumberBuilder
public InputNumberBuilder IsRequired( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

InputNumberBuilder クラス
InputNumberBuilder メンバ