バージョン

GetClientValue(HtmlHelper,String) メソッド

クライアントから値を取得します
シンタックス
'宣言
 
Public Overloads Shared Function GetClientValue( _
   ByVal helper As System.Web.Mvc.HtmlHelper, _
   ByVal name As System.String _
) As System.Nullable(Of Double)
public static System.Nullable<double> GetClientValue( 
   System.Web.Mvc.HtmlHelper helper,
   System.string name
)

パラメータ

helper
name
フィールドの名前

戻り値の型

クライアント値または null 値になります
参照

オンラインで表示: GitHub