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