KestrunLocalizationMiddlewareExtensions.UseKestrunLocalization method
Adds Kestrun localization middleware to the pipeline.
public static IApplicationBuilder UseKestrunLocalization(this IApplicationBuilder app,
KestrunLocalizationOptions options)
| parameter | description |
|---|---|
| app | The application builder. |
| options | The localization options. |
Return Value
The application builder.
See Also
- class KestrunLocalizationOptions
- class KestrunLocalizationMiddlewareExtensions
- namespace Kestrun.Middleware