Implemented interface member:
method
Hidden
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.Hidden(System.String, System.Object, System.Object)
28 references to Hidden
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (28)
Rendering\HtmlHelperHiddenTest.cs (28)
55var result = helper.Hidden("ProductName", new byte[] { 23, 43, 53 }, htmlAttributes: null); 70var result = helper.Hidden("Property1", "test", attributes); 87var html = helper.Hidden("Prefix.Property1", value: null, htmlAttributes: null); 105var html = helper.Hidden("Property1", value: null, htmlAttributes: null); 122var html = helper.Hidden("Property1", value: null, htmlAttributes: null); 140var html = helper.Hidden("Property1", value: null, htmlAttributes: null); 156var result = helper.Hidden("Property1", "explicit-value", attributes); 172var result = helper.Hidden("Property1", "test", attributes); 188var result = helper.Hidden("Property1", "test", attributes); 203var result = helper.Hidden("Property1", value: "explicit-value", htmlAttributes: new { value = "attribute-value" }); 219var result = helper.Hidden("Property1", value: "explicit-value", htmlAttributes: new { value = "attribute-value" }); 235var result = helper.Hidden("Property1", value: null, htmlAttributes: new { value = "attribute-value" }); 250var result = helper.Hidden("Property1", value: null, htmlAttributes: new { value = "attribute-value" }); 267var html = helper.Hidden("Property1", value: null, htmlAttributes: new { value = "attribute-value" }); 281var result = helper.Hidden("Property1", value: null, htmlAttributes: new { value = "attribute-value" }); 297var html = helper.Hidden("Property1", value: null, htmlAttributes: new { value = "attribute-value" }); 313var result = helper.Hidden("keyNotFound", value: null, htmlAttributes: attributes); 329var html = helper.Hidden("keyNotFound", value: null, htmlAttributes: null); 345var result = helper.Hidden("Property1", "PropValue", htmlAttributes: null); 360var result = helper.Hidden(string.Empty, "fooValue", htmlAttributes: null); 391var result = helper.Hidden("Property1", "explicit-value", htmlAttributes: null); 414var result = helper.Hidden("Property1", value: null, htmlAttributes: null); 435() => helper.Hidden(expression: string.Empty, value: null, htmlAttributes: attributes), 454var result = helper.Hidden(expression: string.Empty, value: null, htmlAttributes: attributes); 474var result = helper.Hidden("Property1", value: null, htmlAttributes: attributes); 491var result = helper.Hidden("Property2", value: null, htmlAttributes: null); 537var result = helper.Hidden(expression, value: null, htmlAttributes: attributes); 576var result = helper.Hidden(expression, value: null, htmlAttributes: attributes);