C# 클래스 Microsoft.AspNetCore.Builder.HttpMethodOverrideExtensions

파일 보기 프로젝트 열기: aspnet/BasicMiddleware

공개 메소드들

메소드 설명
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.

메소드 상세

UseHttpMethodOverride() 공개 정적인 메소드

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.
리턴 IApplicationBuilder

UseHttpMethodOverride() 공개 정적인 메소드

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 .
리턴 IApplicationBuilder