C# 클래스 Umbraco.Belle.Controllers.FileUploadCleanupFilterAttribute

Checks if the parameter is ContentItemSave and then deletes any temporary saved files from file uploads associated with the request
상속: System.Web.Http.Filters.ActionFilterAttribute
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

메소드 설명
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void

메소드 상세

OnActionExecuted() 공개 메소드

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
리턴 void