Share via


TagHelperDescriptor.PropertyBag Property

Definition

A dictionary containing additional information about the TagHelperDescriptor.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ PropertyBag { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> PropertyBag { get; }
member this.PropertyBag : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property PropertyBag As IDictionary(Of String, String)

Property Value

Applies to