when you have a base class of a razor component that specified a [Parameter, EditorRequired] property, e.g. Handle, and i have the derived component have a different property that is ... setting that Handle... can i turn off the [EditorRequired] check in the derived class?
when you have a base class of a razor component that specified a
[Parameter, EditorRequired]property, e.g. Handle, and i have the derived component have a different property that is ... setting that Handle... can i turn off the[EditorRequired]check in the derived class?