IRule.ApplyRule(RewriteContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the rule. Implementations of ApplyRule should set the value for Result (defaults to RuleResult.ContinueRules)
public:
void ApplyRule(Microsoft::AspNetCore::Rewrite::RewriteContext ^ context);
public void ApplyRule (Microsoft.AspNetCore.Rewrite.RewriteContext context);
abstract member ApplyRule : Microsoft.AspNetCore.Rewrite.RewriteContext -> unit
Public Sub ApplyRule (context As RewriteContext)
Parameters
- context
- RewriteContext