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)
55
var result = helper.
Hidden
("ProductName", new byte[] { 23, 43, 53 }, htmlAttributes: null);
70
var result = helper.
Hidden
("Property1", "test", attributes);
87
var html = helper.
Hidden
("Prefix.Property1", value: null, htmlAttributes: null);
105
var html = helper.
Hidden
("Property1", value: null, htmlAttributes: null);
122
var html = helper.
Hidden
("Property1", value: null, htmlAttributes: null);
140
var html = helper.
Hidden
("Property1", value: null, htmlAttributes: null);
156
var result = helper.
Hidden
("Property1", "explicit-value", attributes);
172
var result = helper.
Hidden
("Property1", "test", attributes);
188
var result = helper.
Hidden
("Property1", "test", attributes);
203
var result = helper.
Hidden
("Property1", value: "explicit-value", htmlAttributes: new { value = "attribute-value" });
219
var result = helper.
Hidden
("Property1", value: "explicit-value", htmlAttributes: new { value = "attribute-value" });
235
var result = helper.
Hidden
("Property1", value: null, htmlAttributes: new { value = "attribute-value" });
250
var result = helper.
Hidden
("Property1", value: null, htmlAttributes: new { value = "attribute-value" });
267
var html = helper.
Hidden
("Property1", value: null, htmlAttributes: new { value = "attribute-value" });
281
var result = helper.
Hidden
("Property1", value: null, htmlAttributes: new { value = "attribute-value" });
297
var html = helper.
Hidden
("Property1", value: null, htmlAttributes: new { value = "attribute-value" });
313
var result = helper.
Hidden
("keyNotFound", value: null, htmlAttributes: attributes);
329
var html = helper.
Hidden
("keyNotFound", value: null, htmlAttributes: null);
345
var result = helper.
Hidden
("Property1", "PropValue", htmlAttributes: null);
360
var result = helper.
Hidden
(string.Empty, "fooValue", htmlAttributes: null);
391
var result = helper.
Hidden
("Property1", "explicit-value", htmlAttributes: null);
414
var result = helper.
Hidden
("Property1", value: null, htmlAttributes: null);
435
() => helper.
Hidden
(expression: string.Empty, value: null, htmlAttributes: attributes),
454
var result = helper.
Hidden
(expression: string.Empty, value: null, htmlAttributes: attributes);
474
var result = helper.
Hidden
("Property1", value: null, htmlAttributes: attributes);
491
var result = helper.
Hidden
("Property2", value: null, htmlAttributes: null);
537
var result = helper.
Hidden
(expression, value: null, htmlAttributes: attributes);
576
var result = helper.
Hidden
(expression, value: null, htmlAttributes: attributes);