C# 클래스 Serenity.Services.ServiceEndpoint

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext context ) : void
OnActionExecuting ( ActionExecutingContext context ) : void

보호된 메소드들

메소드 설명
CreateActionInvoker ( ) : IActionInvoker
Dispose ( bool disposing ) : void

메소드 상세

CreateActionInvoker() 보호된 메소드

protected CreateActionInvoker ( ) : IActionInvoker
리턴 IActionInvoker

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnActionExecuted() 공개 메소드

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext context ) : void
context System.Web.Mvc.ActionExecutedContext
리턴 void

OnActionExecuting() 공개 메소드

public OnActionExecuting ( ActionExecutingContext context ) : void
context ActionExecutingContext
리턴 void