Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the IETagHandler on the configuration.
Namespace: System.Web.OData.Extensions
Assembly: System.Web.OData (in System.Web.OData.dll)
public static void SetETagHandler(
this HttpConfiguration configuration,
IETagHandler handler
)
public:
[ExtensionAttribute]
static void SetETagHandler(
HttpConfiguration^ configuration,
IETagHandler^ handler
)
static member SetETagHandler :
configuration:HttpConfiguration *
handler:IETagHandler -> unit
<ExtensionAttribute>
Public Shared Sub SetETagHandler (
configuration As HttpConfiguration,
handler As IETagHandler
)
configuration
Type: System.Web.Http.HttpConfigurationThe server configuration.
handler
Type: System.Web.OData.Formatter.IETagHandlerThe IETagHandler for the configuration.
HttpConfigurationExtensions Class
System.Web.OData.Extensions Namespace
Return to top