TagHelperAttributeDescriptor.IsStringProperty Property
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.
public:
property bool IsStringProperty { bool get(); void set(bool value); };
public bool IsStringProperty { get; set; }
member this.IsStringProperty : bool with get, set
Public Property IsStringProperty As Boolean
Property Value
If true the TypeName is for String. This causes the Razor parser
to allow empty values for HTML attributes matching this TagHelperAttributeDescriptor. If
false empty values for such matching attributes lead to errors.