Implemented interface member:
method
CheckBox
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.CheckBox(System.String, System.Boolean?, System.Object)
27 references to CheckBox
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (27)
Rendering\HtmlHelperCheckboxTest.cs (27)
28var html = helper.CheckBox("Property3", 49var html = helper.CheckBox("Property3", 66var html = helper.CheckBox("foo", 82() => helper.CheckBox("Property2", isChecked: null, htmlAttributes: null)); 98() => helper.CheckBox(null, isChecked: true, htmlAttributes: null), 120var html = helper.CheckBox(null, isChecked: false, htmlAttributes: attributes); 138var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: null); 157var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: null); 182var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: null); 203var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: null); 223var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: null); 249var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: null); 269var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 288var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 310var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 331var html = helper.CheckBox("Prefix.Property1", isChecked: null, htmlAttributes: null); 353var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 373var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 394var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 413var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 433var html = helper.CheckBox("Property1", isChecked: null, htmlAttributes: null); 451var html = helper.CheckBox("Name", isChecked: null, htmlAttributes: null); 471var html = helper.CheckBox("Property1", isChecked: true, htmlAttributes: htmlAttributes); 489var html = helper.CheckBox("Property1", isChecked: false, htmlAttributes: dictionary); 509var html = helper.CheckBox("Property1", isChecked: false, htmlAttributes: dictionary); 535var html = helper.CheckBox(string.Empty, isChecked: false, htmlAttributes: attributes); 554var html = helper.CheckBox("ComplexProperty.Property1", isChecked: null, htmlAttributes: null);