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