Esempio n. 1
0
 public RouteEntry(RouteTemplate template, bool matchChildren, RenderFragment fragment)
 {
     Template      = template;
     Fragment      = fragment;
     MatchChildren = matchChildren;
 }
Esempio n. 2
0
 public RouteEntry(RouteTemplate template, RenderFragment fragment)
 {
     Template = template;
     Fragment = fragment;
 }