How to make HTML Helpers that supports generic type?

Posted by Fleents on Stack Overflow See other posts from Stack Overflow or by Fleents
Published on 2010-06-01T10:51:16Z Indexed on 2010/06/01 10:53 UTC
Read the original article Hit count: 163

Filed under:
|

public static class EmptyOrNullHelper

public static string EmptyOrNull(this HtmlHelper helper, IQueryable(T) type)
{
//Code
}

}

© Stack Overflow or respective owner

Related posts about html

Related posts about helper