Hi Edward
Thanks for the beautiful example Writing Custom HTML Helpers for ASP.NET MVC ,this help me to start writing my own helper class.
but I need some suggestion from you for bellow problems I am facing
Problems :
I try to hide GetType(), GetHashCode(), Equals(object obj)
from fluent api and want a order sequence for api function
and once a method used its should not show in list.
More Information
I created 2 project in same solution
1 : Class-library Project
2 : MVC Web Application
reference class library in web application .