3 lines
168 B
C#
3 lines
168 B
C#
|
public static string Hidden(this HtmlHelper htmlHelper, string name, Binary value);
|
||
|
|
||
|
public static string Hidden(this HtmlHelper htmlHelper, string name, byte[] value);
|