Ejemplo n.º 1
0
 public override IDisposable BuildScoped()
 {
     return(CurrentTagContextUtils.WithTagContext(this.Build()));
 }
Ejemplo n.º 2
0
 public override IDisposable WithTagContext(ITagContext tags)
 {
     return(CurrentTagContextUtils.WithTagContext(ToTagContext(tags)));
 }