TagHelperAttributeList.Add Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Add(TagHelperAttribute) | |
| Add(String, Object) |
Agrega un TagHelperAttribute objeto al final de la colección con el especificado |
Add(TagHelperAttribute)
Adds an item to the 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)
Parámetros
- attribute
- TagHelperAttribute
Implementaciones
Se aplica a
Add(String, Object)
Agrega un TagHelperAttribute objeto al final de la colección con el especificado name y 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)