バージョン

GetClientValue メソッド (NumericEditorModel)

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

パラメータ

request
HttpRequest への参照
name
フィールドの名前

戻り値の型

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

オンラインで表示: GitHub