-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesquestion
Description
Hi,
Can someone please tell me how the HtmlHelper class in Net Core MVC can be extended?
What I have tried is the following :-
Create HtmlHelper Static Class.
method :- public static string CreateDate(this HtmlHelper,String Message){}
method is not accessible from within the Razor view when i do:
Html.
the ViewImports does have the helper namespace in as well.
Kind Regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesquestion