Created
June 27, 2014 17:06
-
-
Save OndeVai/8676155d9e4c3ccea13f to your computer and use it in GitHub Desktop.
create html helper in code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Helper = new HtmlHelper<T>(new ViewContext(controllerContext, new FakeView(), viewData, tempData, System.IO.TextWriter.Null), new ViewPage()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment