DynamicScriptMiddleware class

namespace: Serenity.Web.Middleware   assemblySerenity.Net.Web

Dynamic script middleware that handles "/DynJS.axd/" and "/DynamicData/" paths.

public class DynamicScriptMiddleware

Public Members

name description
DynamicScriptMiddleware(…) Creates a new instance of the middleware
Invoke(…) Invokes the middleware in the context
static ReturnScript(…) Returns a dynamic script by its key
static WriteWithIfModifiedSinceControl(…) Writes a file content to the response with modified since control

See Also