#nullable enable
~Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RewriteMiddleware(Microsoft.AspNetCore.Http.RequestDelegate! next, Microsoft.AspNetCore.Hosting.IWebHostEnvironment! hostingEnvironment, Microsoft.Extensions.Logging.ILoggerFactory! loggerFactory, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Rewrite.RewriteOptions!>! options) -> void
Microsoft.AspNetCore.Builder.RewriteBuilderExtensions
Microsoft.AspNetCore.Rewrite.ApacheModRewriteOptionsExtensions
Microsoft.AspNetCore.Rewrite.IISUrlRewriteOptionsExtensions
Microsoft.AspNetCore.Rewrite.IRule
Microsoft.AspNetCore.Rewrite.IRule.ApplyRule(Microsoft.AspNetCore.Rewrite.RewriteContext! context) -> void
Microsoft.AspNetCore.Rewrite.RewriteContext
Microsoft.AspNetCore.Rewrite.RewriteContext.HttpContext.get -> Microsoft.AspNetCore.Http.HttpContext!
Microsoft.AspNetCore.Rewrite.RewriteContext.HttpContext.set -> void
Microsoft.AspNetCore.Rewrite.RewriteContext.Logger.get -> Microsoft.Extensions.Logging.ILogger!
Microsoft.AspNetCore.Rewrite.RewriteContext.Logger.set -> void
Microsoft.AspNetCore.Rewrite.RewriteContext.Result.get -> Microsoft.AspNetCore.Rewrite.RuleResult
Microsoft.AspNetCore.Rewrite.RewriteContext.Result.set -> void
Microsoft.AspNetCore.Rewrite.RewriteContext.RewriteContext() -> void
Microsoft.AspNetCore.Rewrite.RewriteContext.StaticFileProvider.get -> Microsoft.Extensions.FileProviders.IFileProvider!
Microsoft.AspNetCore.Rewrite.RewriteContext.StaticFileProvider.set -> void
Microsoft.AspNetCore.Rewrite.RewriteMiddleware
Microsoft.AspNetCore.Rewrite.RewriteMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext! context) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Rewrite.RewriteOptions
Microsoft.AspNetCore.Rewrite.RewriteOptions.RewriteOptions() -> void
Microsoft.AspNetCore.Rewrite.RewriteOptions.Rules.get -> System.Collections.Generic.IList<Microsoft.AspNetCore.Rewrite.IRule!>!
Microsoft.AspNetCore.Rewrite.RewriteOptions.StaticFileProvider.get -> Microsoft.Extensions.FileProviders.IFileProvider!
Microsoft.AspNetCore.Rewrite.RewriteOptions.StaticFileProvider.set -> void
Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions
Microsoft.AspNetCore.Rewrite.RuleResult
Microsoft.AspNetCore.Rewrite.RuleResult.ContinueRules = 0 -> Microsoft.AspNetCore.Rewrite.RuleResult
Microsoft.AspNetCore.Rewrite.RuleResult.EndResponse = 1 -> Microsoft.AspNetCore.Rewrite.RuleResult
Microsoft.AspNetCore.Rewrite.RuleResult.SkipRemainingRules = 2 -> Microsoft.AspNetCore.Rewrite.RuleResult
static Microsoft.AspNetCore.Builder.RewriteBuilderExtensions.UseRewriter(this Microsoft.AspNetCore.Builder.IApplicationBuilder! app, Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Builder.IApplicationBuilder!
static Microsoft.AspNetCore.Builder.RewriteBuilderExtensions.UseRewriter(this Microsoft.AspNetCore.Builder.IApplicationBuilder! app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder!
static Microsoft.AspNetCore.Rewrite.ApacheModRewriteOptionsExtensions.AddApacheModRewrite(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, Microsoft.Extensions.FileProviders.IFileProvider! fileProvider, string! filePath) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.ApacheModRewriteOptionsExtensions.AddApacheModRewrite(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, System.IO.TextReader! reader) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.IISUrlRewriteOptionsExtensions.AddIISUrlRewrite(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, Microsoft.Extensions.FileProviders.IFileProvider! fileProvider, string! filePath, bool alwaysUseManagedServerVariables = false) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.IISUrlRewriteOptionsExtensions.AddIISUrlRewrite(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, System.IO.TextReader! reader, bool alwaysUseManagedServerVariables = false) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.Add(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, Microsoft.AspNetCore.Rewrite.IRule! rule) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.Add(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, System.Action<Microsoft.AspNetCore.Rewrite.RewriteContext!>! applyRule) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirect(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, string! regex, string! replacement, int statusCode) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirect(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, string! regex, string! replacement) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToHttps(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, int statusCode, int? sslPort) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToHttps(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, int statusCode) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToHttps(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToHttpsPermanent(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToNonWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, int statusCode, params string![]! domains) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToNonWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, int statusCode) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToNonWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, params string![]! domains) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToNonWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToNonWwwPermanent(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, params string![]! domains) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToNonWwwPermanent(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, int statusCode, params string![]! domains) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, int statusCode) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, params string![]! domains) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToWww(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToWwwPermanent(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, params string![]! domains) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRedirectToWwwPermanent(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
static Microsoft.AspNetCore.Rewrite.RewriteOptionsExtensions.AddRewrite(this Microsoft.AspNetCore.Rewrite.RewriteOptions! options, string! regex, string! replacement, bool skipRemainingRules) -> Microsoft.AspNetCore.Rewrite.RewriteOptions!
