C# 클래스 DNTCommon.Web.Core.EnableReadableBodyStreamAttribute

상속: Attribute, IAuthorizationFilter
파일 보기 프로젝트 열기: VahidN/DNTCommon.Web.Core

공개 메소드들

메소드 설명
OnAuthorization ( AuthorizationFilterContext context ) : void

To read request body in an asp.net core webapi controller

메소드 상세

OnAuthorization() 공개 메소드

To read request body in an asp.net core webapi controller
public OnAuthorization ( AuthorizationFilterContext context ) : void
context AuthorizationFilterContext
리턴 void