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