Additional functionality not defined in a class that the helper operates on.
I'm trying to create a Razor helper like this: @helper Render(IEnumerable<MyItem> items) { <ul> @foreach (…
asp.net-mvc razor helperHow to assign specific id and name to hidden_field_tag ? Like this, hidden_field_tag(:id => "page_no",:…
ruby-on-rails helper hidden-fieldI recently encountered a case when I needed to get an Enum object by value (to be saved via EF …
c# object enums helper enumerablehow can I make an URL helper create an URL in a given request/response format? For example, in my …
ruby-on-rails request helper url-helperBecause there seem to be no answer on this: Passing variables through handlebars partial yet, I'm currently working on a …
html handlebars.js rendering helper templatingI'm trying to call sanitize within a controller. Here's what I tried: class FooController < ApplicationController include ActionView::Helpers::SanitizeHelper # ... …
ruby-on-rails controller helper sanitizeDelphi (and probably a lot of other languages) has class helpers. These provide a way to add extra methods to …
delphi class helperI need to call current_user (define in ApplicationControler like an helper), in my User model. I test ApplicationController.helpers.…
ruby-on-rails-4 model controller helperI am building a URL inside of a class and I'd like to be able to change the routing if …
symfony1 routing symfony-1.4 helper