IRule Interface
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.
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) |