C# Class Serenity.Web.Middleware.DynamicScriptMiddleware

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
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

Method Details

DynamicScriptMiddleware() public méthode

public DynamicScriptMiddleware ( RequestDelegate next ) : Microsoft.AspNetCore.Builder
next RequestDelegate
Résultat Microsoft.AspNetCore.Builder

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task

ReturnScript() public static méthode

public static ReturnScript ( HttpContext context, string scriptKey, string contentType ) : System.Threading.Tasks.Task
context HttpContext
scriptKey string
contentType string
Résultat System.Threading.Tasks.Task

WriteWithIfModifiedSinceControl() public static méthode

public static WriteWithIfModifiedSinceControl ( HttpContext context, byte bytes, System.DateTime lastWriteTime ) : System.Threading.Tasks.Task
context HttpContext
bytes byte
lastWriteTime System.DateTime
Résultat System.Threading.Tasks.Task