Property | Type | Description | |
---|---|---|---|
Enabled | bool | ||
MatchCase | bool | ||
RegularExpression | bool | ||
Value | string |
Method | Description | |
---|---|---|
ImageTag ( ) : System | ||
ImageTag ( string value ) : System | ||
ImageTag ( string value, bool matchCase, bool regularExpression ) : System | ||
MatchTag ( string text ) : bool |
Method | Description | |
---|---|---|
IsRegexMatch ( string text ) : bool? |
public ImageTag ( string value, bool matchCase, bool regularExpression ) : System | ||
value | string | |
matchCase | bool | |
regularExpression | bool | |
return | System |