TagHelperRequiredAttributeValueComparison Enum
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.
Acceptable Value comparison modes.
public enum class TagHelperRequiredAttributeValueComparison
public enum TagHelperRequiredAttributeValueComparison
type TagHelperRequiredAttributeValueComparison =
Public Enum TagHelperRequiredAttributeValueComparison
- Inheritance
-
TagHelperRequiredAttributeValueComparison
Fields
| FullMatch | 1 | HTML attribute value case sensitively matches Value. |
| None | 0 | HTML attribute value always matches Value. |
| PrefixMatch | 2 | HTML attribute value case sensitively starts with Value. |
| SuffixMatch | 3 | HTML attribute value case sensitively ends with Value. |