C# 클래스 Serenity.Web.Middleware.DynamicScriptMiddleware

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
DynamicScriptMiddleware ( RequestDelegate next ) : Microsoft.AspNetCore.Builder
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
ReturnScript ( HttpContext context, string scriptKey, string contentType ) : System.Threading.Tasks.Task
WriteWithIfModifiedSinceControl ( HttpContext context, byte bytes, System.DateTime lastWriteTime ) : System.Threading.Tasks.Task

메소드 상세

DynamicScriptMiddleware() 공개 메소드

public DynamicScriptMiddleware ( RequestDelegate next ) : Microsoft.AspNetCore.Builder
next RequestDelegate
리턴 Microsoft.AspNetCore.Builder

Invoke() 공개 메소드

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
리턴 System.Threading.Tasks.Task

ReturnScript() 공개 정적인 메소드

public static ReturnScript ( HttpContext context, string scriptKey, string contentType ) : System.Threading.Tasks.Task
context HttpContext
scriptKey string
contentType string
리턴 System.Threading.Tasks.Task

WriteWithIfModifiedSinceControl() 공개 정적인 메소드

public static WriteWithIfModifiedSinceControl ( HttpContext context, byte bytes, System.DateTime lastWriteTime ) : System.Threading.Tasks.Task
context HttpContext
bytes byte
lastWriteTime System.DateTime
리턴 System.Threading.Tasks.Task