I have these to Helper Methods:
@AdminHelper.BeginLeftMenu()
<a href="#">content</a>
@AdminHelper.EndLeftMenu()
Is it possible to make it look more like:
@AdminHelper.LeftMenu() {
<a href="#">content</a>
}
Instead, and what would it looke like in c#?
How about making it look like this:
which would generate for example:
You could have implemented it like this: