TagHelperAttributeList.Item[Int32] Propiedad
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í.
Gets or sets the element at the specified index.
public:
property Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ default[int] { Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ get(int index); void set(int index, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ value); };
public Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute this[int index] { get; set; }
member this.Item(int) : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute with get, set
Default Public Property Item(index As Integer) As TagHelperAttribute
Parámetros
- index
- Int32
Valor de propiedad
Implementaciones
Comentarios
value's Name no debe ser null.