Пример #1
0
 public FromRequestScopePropertySet InitialSupportScopeProperties()
 {
     return(new FromRequestScopePropertySet(
                ScopeProperty.FromConstant("operationName", "Add TODO item"),
                ScopeProperty.TraceIdentifierAs("requestId")));
 }
Пример #2
0
 set => SetValue(ScopeProperty, value);
 public FromRequestScopePropertySet AdditionalPostValidationSupportScopeProperties()
 {
     return(new FromRequestScopePropertySet(
                ScopeProperty.FromQuery(HttpRequestParameterNames.CustomerId)));
 }