HttpConfigurationExtensions Class

 

Provides extension methods for the HttpConfiguration class.

Namespace:   System.Web.Http.OData.Extensions
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http.OData.Extensions::HttpConfigurationExtensions

[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class HttpConfigurationExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddODataQueryFilter(HttpConfiguration^)

Enables query support for actions with an IQueryable or IQueryable<T> return type. To avoid processing unexpected or malicious queries, use the validation settings on EnableQueryAttribute to validate incoming queries. For more information, visit http://go.microsoft.com/fwlink/?LinkId=279712.

System_CAPS_pubmethodSystem_CAPS_staticAddODataQueryFilter(HttpConfiguration^, IActionFilter^)

Enables query support for actions with an IQueryable or IQueryable<T> return type. To avoid processing unexpected or malicious queries, use the validation settings on EnableQueryAttribute to validate incoming queries. For more information, visit http://go.microsoft.com/fwlink/?LinkId=279712.

System_CAPS_pubmethodSystem_CAPS_staticGetETagHandler(HttpConfiguration^)

Gets the IETagHandler from the configuration.

System_CAPS_pubmethodSystem_CAPS_staticSetETagHandler(HttpConfiguration^, IETagHandler^)

Sets the IETagHandler on the configuration.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: