Code Style
Override brace style for C# to always use "At end of line (K & R Style)" | If this checkbox is selected, ReSharper will always use Kernighan & Ritchie style brace layout in markup pages regardless of whatever style you’re using in code-behind. |
Always remove 'this' qualifier (override the corresponding C# setting) | If this checkbox is selected, ReSharper will always remove |
Use fully qualified names for @inherits and @model directives | If this checkbox is selected, ReSharper uses fully qualified type names for @model MyMvcApplication.Models.LocalPasswordModel If it is cleared, ReSharper uses non-qualified type names for these directive and adds the necessary @using MyMvcApplication.Models
@model LocalPasswordModel
|