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

Made helpers and url helper interfaces generic #516

Merged
merged 1 commit into from
Feb 23, 2012

Conversation

grumpydev
Copy link
Member

It now means all html helper extension methods will need to be generic, but I think that's fine as they can just ignore the generic param:

public static void MoreStuff<TModel>(this IHtmlHelpers<TModel> helpers)
{
}

thecodejunkie added a commit that referenced this pull request Feb 23, 2012
Made helpers and url helper interfaces generic
@thecodejunkie thecodejunkie merged commit ef6c667 into NancyFx:master Feb 23, 2012
@grumpydev grumpydev deleted the GenericRazorChanges branch April 7, 2014 09:17
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