public WebDispatchFormatterAttribute(WebDispatchFormatter.FormatterDirection direction)
 {
     _behavior = new WebDispatchFormatterBehavior(direction);
 }
Exemple #2
0
 public WebDispatchFormatterAttribute(WebDispatchFormatter.FormatterDirection direction)
 {
     _behavior = new WebDispatchFormatterBehavior(direction);
 }