|
Rank: Administration Groups: Administrators, Registered
Joined: 9/3/2009(UTC) Posts: 1,555 Location: Xiamen China
|
HI The plugin is executed in the controller before the view result returned, we can not get the HtmlHelper before the ViewResult is executed. The Html.Encode is calling HttpUtility.HtmlEncode, it is a static method, you can use it directly. Regards, Jifeng Huang
Kooboo Team
Microsoft ASP.NET MVP
|