#this.Asset('@href');
#this.Asset('@src');
#this.Asset('@src');
this.WriteScriptTags()
this.WriteCssTags()
this.ImageFor('@src')
this.Partial<@model>()
this.Edit(x => x.@name)
this.Show(x => x.@name)
this.InputFor(x => x.@name)
this.LabelFor(x => x.@name)
this.DisplayFor(x => x.@name)
this.FormFor<@model>()
this.EndForm()