1 write to Bytes
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperHiddenTest.cs (1)
588helper.ViewData.Model.Bytes = new byte[] { 23, 43, 53 };
1 reference to Bytes
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperHiddenTest.cs (1)
591var result = helper.HiddenFor(m => m.Bytes, htmlAttributes: null);