TagHelperDescriptorProvider Class
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.
Enables retrieval of TagHelperDescriptor's.
public ref class TagHelperDescriptorProvider
public class TagHelperDescriptorProvider
type TagHelperDescriptorProvider = class
Public Class TagHelperDescriptorProvider
- Inheritance
-
TagHelperDescriptorProvider
Constructors
| TagHelperDescriptorProvider(IEnumerable<TagHelperDescriptor>) |
Instantiates a new instance of the TagHelperDescriptorProvider. |
Fields
| ElementCatchAllTarget |
Methods
| GetDescriptors(String, IEnumerable<KeyValuePair<String,String>>, String) |
Gets all tag helpers that match the given |