IRule Interface

Definition

Represents a rule.

public interface class IRule
public interface IRule
type IRule = interface
Public Interface IRule

Methods

ApplyRule(RewriteContext)

Applies the rule. Implementations of ApplyRule should set the value for Result (defaults to RuleResult.ContinueRules)

Applies to