public AlternateOutputAttribute(RequestSourceRestriction restriction, JsonRequestBehavior behavior) { _requestSourceRestriction = restriction; _jsonRequestBehavior = behavior; }
public AlternateOutputAttribute(RequestSourceRestriction restriction) { _requestSourceRestriction = restriction; }