Exemplo n.º 1
0
 public static MvcHtmlString WhenSelected(this SelectListTemplateRegion t, Action <SpecialVisualStateDescription <ISelectedStateViewModel> > action)
 {
     return(t.State("selected", VisualState.FromSpecialDelegate(action)));
 }
Exemplo n.º 2
0
 public static MvcHtmlString ThisIsList(this SelectListTemplateRegion t)
 {
     return(t.Mark("List"));
 }