TagHelperAttributeList.Add 메서드

정의

오버로드

Add(TagHelperAttribute)
Add(String, Object)

TagHelperAttribute 지정된 및 value를 사용하여 컬렉션의 끝에 를 name 추가합니다.

Add(TagHelperAttribute)

Source:
TagHelperAttributeList.cs
Source:
TagHelperAttributeList.cs

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)

Source:
TagHelperAttributeList.cs
Source:
TagHelperAttributeList.cs

TagHelperAttribute 지정된 및 value를 사용하여 컬렉션의 끝에 를 name 추가합니다.

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)

매개 변수

name
String

Name 추가할 특성의 입니다.

value
Object

Value 추가할 특성의 입니다.

적용 대상