DynamicScriptServiceCollectionExtensions.UseDynamicScripts method
Adds dynamic script related services to the application, including dynamic script types, CSS watching, script watching, template scripts, and the dynamic script middleware.
public static IApplicationBuilder UseDynamicScripts(this IApplicationBuilder builder)
| parameter | description |
|---|---|
| builder | The application builder. |