Enum StringMatchUrlResolver.StringMatchType
Enumeration of the different types of string match.
Namespace: net.xmlcatalog
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum StringMatchUrlResolver.StringMatchType
Fields
Name | Description |
---|---|
MatchAll | Perform a full string match and replace. |
MatchSuffix | Perform a suffix match and replace. |
RewritePrefix | Perform a prefix match and rewrite. |