C# Class Microsoft.AspNetCore.Builder.HttpMethodOverrideExtensions

Afficher le fichier Open project: aspnet/BasicMiddleware

Méthodes publiques

Méthode Description
UseHttpMethodOverride ( this builder ) : IApplicationBuilder

Allows incoming POST request to override method type with type specified in header.

UseHttpMethodOverride ( this builder, HttpMethodOverrideOptions options ) : IApplicationBuilder

Allows incoming POST request to override method type with type specified in form.

Method Details

UseHttpMethodOverride() public static méthode

Allows incoming POST request to override method type with type specified in header.
public static UseHttpMethodOverride ( this builder ) : IApplicationBuilder
builder this The instance this method extends.
Résultat IApplicationBuilder

UseHttpMethodOverride() public static méthode

Allows incoming POST request to override method type with type specified in form.
public static UseHttpMethodOverride ( this builder, HttpMethodOverrideOptions options ) : IApplicationBuilder
builder this The instance this method extends.
options HttpMethodOverrideOptions The .
Résultat IApplicationBuilder