If you wish to limit the elements on which your custom tag helper is applied, you can set the _______ property.
- TargetElement
- ApplyTo
- RestrictTo
- AllowedOn
To limit the elements on which a custom tag helper is applied, you can set the ApplyTo property. This property specifies the HTML elements or attributes to which the tag helper can be applied, providing precise control over its usage.
Loading...
Related Quiz
- When configuring ASP.NET Core Identity, the _________ class is used to specify policies like password strength and lockout duration.
- What is the primary purpose of using attribute routing in ASP.NET Core?
- What is the significance of the @model directive in a Razor view?
- In ASP.NET Core, the _________ directory is conventionally used to store static files.
- Which of the following tools is NOT typically used for ASP.NET Core development?