ITagHelperComponentManager.Components Property

Definition

Gets the collection of ITagHelperComponents that will be used by TagHelperComponentTagHelpers.

public:
 property System::Collections::Generic::ICollection<Microsoft::AspNetCore::Razor::TagHelpers::ITagHelperComponent ^> ^ Components { System::Collections::Generic::ICollection<Microsoft::AspNetCore::Razor::TagHelpers::ITagHelperComponent ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent> Components { get; }
member this.Components : System.Collections.Generic.ICollection<Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent>
Public ReadOnly Property Components As ICollection(Of ITagHelperComponent)

Property Value

Applies to