MailBee.NET Objects 3.1

RuleSet Class

Provides methods for creating rules for processing of HTML tags.

For a list of all members of this type, see RuleSet Members.

System.Object
   System.Collections.CollectionBase
      MailBee.Html.RuleSet

public class RuleSet : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class represents a set of rules which describe how certain tags should be processed with Process or ProcessToString methods.

Each Rule in the RuleSet represents a rule to apply to a certain tag having certain attributes.

Example

The example is available in AddTagProcessingCondition topic.

Requirements

Namespace: MailBee.Html

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

RuleSet Members | MailBee.Html Namespace | Rule | Process