HtmlHelperInputExtensions.RadioButton 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RadioButton(IHtmlHelper, String, Object) |
<傳回指定 |
RadioButton(IHtmlHelper, String, Object, Boolean) |
<傳回指定 |
RadioButton(IHtmlHelper, String, Object, Object) |
<傳回指定 |
RadioButton(IHtmlHelper, String, Object)
<傳回指定 expression
之 類型為 「radio」 的輸入 > 專案。
如果不是 null
,將 「value」 屬性加入至包含 value
參數的專案。
如果 value
符合 中找到的第一個非 null
值,請將 「checked」 屬性加入元素: ModelState 具有完整名稱的專案、 ViewData 具有完整名稱的專案,或 expression
針對 評估的 Model 。
如需有關「完整名稱」的詳細資訊,請參閱 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ RadioButton(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::Object ^ value);
public static Microsoft.AspNetCore.Html.IHtmlContent RadioButton (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, object value);
static member RadioButton : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function RadioButton (htmlHelper As IHtmlHelper, expression As String, value As Object) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
IHtmlHelper這個方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- value
- Object
要包含在 專案中的值。 必須不是 null
。
傳回
新的 IHtmlContent ,其中包含 < 輸入 > 專案。
備註
HtmlFieldPrefix結合 和 expression
來設定 < 輸入 > 元素的 「name」 屬性。
expression
清理以設定專案的 「id」 屬性。 將輸入 > 專案的 「value」 屬性設定 < 為 value
。
適用於
RadioButton(IHtmlHelper, String, Object, Boolean)
<傳回指定 expression
之 類型為 「radio」 的輸入 > 專案。
如果不是 null
,將 「value」 屬性加入至包含 value
參數的專案。
如果 value
符合 中找到的第一個非 null
值,請將 「checked」 屬性加入元素: ModelState 具有完整名稱的專案、 isChecked
參數、 ViewData 具有完整名稱的專案,或 expression
針對 評估的 Model 。
如需有關「完整名稱」的詳細資訊,請參閱 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ RadioButton(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::Object ^ value, bool isChecked);
public static Microsoft.AspNetCore.Html.IHtmlContent RadioButton (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, object value, bool isChecked);
static member RadioButton : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * obj * bool -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function RadioButton (htmlHelper As IHtmlHelper, expression As String, value As Object, isChecked As Boolean) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
IHtmlHelper這個方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- value
- Object
如果不是 null
,則為 要包含在 元素中的值。 如果 isChecked
也是 null
, null
則不得為 。
- isChecked
- Boolean
如果 true
為 ,則一開始選取選項按鈕。 如果 value
也是 null
, null
則不得為 。
傳回
新的 IHtmlContent ,其中包含 < 輸入 > 專案。
備註
HtmlFieldPrefix結合 和 expression
來設定 < 輸入 > 元素的 「name」 屬性。
expression
清理以設定專案的 「id」 屬性。
適用於
RadioButton(IHtmlHelper, String, Object, Object)
<傳回指定 expression
之 類型為 「radio」 的輸入 > 專案。
將 「value」 屬性加入至包含 中第一個非 null
值的專案: value
參數,或 htmlAttributes
索引鍵 「value」 的字典專案。
如果 value
符合 中找到的第一個非 null
值,請將 「checked」 屬性新增至 元素: htmlAttributes
索引鍵為 「checked」 的字典專案、具有完整名稱的專案、 ViewDataModelState 具有完整名稱的專案,或 expression
針對 評估的 Model 。
如需有關「完整名稱」的詳細資訊,請參閱 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ RadioButton(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::Object ^ value, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent RadioButton (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, object value, object htmlAttributes);
static member RadioButton : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * obj * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function RadioButton (htmlHelper As IHtmlHelper, expression As String, value As Object, htmlAttributes As Object) As IHtmlContent
參數
- htmlHelper
- IHtmlHelper
IHtmlHelper這個方法擴充的實例。
- expression
- String
相對於目前模型的運算式名稱。
- value
- Object
如果不是 null
,則為 要包含在 元素中的值。 如果 中 htmlAttributes
沒有「已核取」專案,則不得 null
為 。
- htmlAttributes
- Object
Object,包含 專案的 HTML 屬性。 或者,包含 IDictionary<TKey,TValue> HTML 屬性的實例。
傳回
新的 IHtmlContent ,其中包含 < 輸入 > 專案。
備註
HtmlFieldPrefix結合 和 expression
來設定 < 輸入 > 元素的 「name」 屬性。
expression
清理以設定專案的 「id」 屬性。