IRule Interfejs

Definicja

Reprezentuje regułę.

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

Metody

ApplyRule(RewriteContext)

Stosuje regułę. Implementacje elementu ApplyRule powinny ustawić wartość parametru Result (wartość domyślna to RuleResult.ContinueRules)

Dotyczy