TagHelperAttributeList.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Add(TagHelperAttribute) | |
| Add(String, Object) |
TagHelperAttribute使用指定的 |
Add(TagHelperAttribute)
將項目加入至 ICollection<T>。
public:
virtual void Add(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ attribute);
public void Add(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute attribute);
abstract member Add : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> unit
override this.Add : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> unit
Public Sub Add (attribute As TagHelperAttribute)
參數
- attribute
- TagHelperAttribute
實作
適用於
Add(String, Object)
TagHelperAttribute使用指定的 name 和 value ,將 加入至集合結尾。
public:
void Add(System::String ^ name, System::Object ^ value);
public void Add(string name, object value);
member this.Add : string * obj -> unit
Public Sub Add (name As String, value As Object)