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

Sets `no-cache`, `must-revalidate`, `no-store` headers for the current `Response`.
상속: ActionFilterAttribute
파일 보기 프로젝트 열기: VahidN/DNTCommon.Web.Core

공개 메소드들

메소드 설명
OnResultExecuting ( ResultExecutingContext context ) : void

surrounds execution of the action

메소드 상세

OnResultExecuting() 공개 메소드

surrounds execution of the action
public OnResultExecuting ( ResultExecutingContext context ) : void
context ResultExecutingContext
리턴 void