'宣言
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
)