IRule.ApplyRule(RewriteContext) Methode

Definition

Wendet die Regel an. Implementierungen von ApplyRule sollten den Wert für Result festlegen (Standardwert: 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)

Parameter

context
RewriteContext

Gilt für: