Questions tagged [mvchtmlstring]

32 questions
0
votes
1 answer

HTML String Encoding

I've a requirement to export ppt from C# without using introp dlls. I am able to do that but when I do append some HTML string i.e. "Krishna
Ram" in any slide, it is showing the same text, not rendered one. Can any help…
Krrish
  • 135
  • 15
-4
votes
1 answer

Although static gives an error

I'm writing a helper about datetime. public static class DatepickerHelper { public static MvcHtmlString Datepicker(this HtmlHelper htmlHelper, string name, object value = null, object htmlAttributes = null, EInputAddonPosition? addonPosition =…
Ibrahim ALPSOY
  • 73
  • 1
  • 1
  • 7
1 2
3