TagHelperDescriptor.PropertyBag 属性

定义

包含有关 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)

属性值

适用于