Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Updated HtmlHelpers<T> and UrlHelpers<T> #592

Merged
merged 5 commits into from
Apr 21, 2012

Conversation

thecodejunkie
Copy link
Member

They no longer implement any interfaces, in fact the interfaces have been deleted from the project. Also, they now expose a richer API for extension methods (render context, model and engine)

Made sure that the HtmlHelpers and UrlHelpers types now exposes
a richer set of information. This will enable more powerful extension
methods to be written by the API consumers.
The interfaces we pointless. Swapping out the implementations, that
are used by the NancyRazorViewBase type, would mean rewriting parts
of the RazorEngine and that's not something a consumer of Nancy
would be doing.
grumpydev added a commit that referenced this pull request Apr 21, 2012
Updated HtmlHelpers<T> and UrlHelpers<T>
@grumpydev grumpydev merged commit a232d98 into NancyFx:master Apr 21, 2012
@thecodejunkie thecodejunkie deleted the publichtmlhelpersmembers branch February 17, 2016 07:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants