c# - Performance of HtmlHelper vs Razor Helper (@helper) -


i understand there different ways render reusable html snippets in asp.net mvc. here 2 possibilities people refer "helper" approach:

  1. htmlhelper extension methods
  2. razor helper methods (e.g. @helper functionname() { } )

which performs faster?

note: know performance of htmlhelper faster partial view. but, question comparing performance of htmlhelper -vs- razor helper (e.g. @helper syntax)


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -