Class Ember.LinkView

Ember.LinkView renders an element whose click event triggers a transition of the application's instance of Ember.Router to a supplied route by name.

Instances of LinkView will most likely be created through the link-to Handlebars helper, but properties of this class can be overridden to customize application-wide behavior.