HtmlTargetElementAttribute.Attributes Propiedad

Definición

Un separado por String comas de selectores de atributos que el elemento HTML debe coincidir para que se ITagHelper ejecute. * al final de un nombre de atributo actúa como una coincidencia de prefijo. Un valor entre corchetes se controla como selector de valores de atributo CSS. Los operadores ^=y = $= se admiten, por ejemplo, "name", "[name]", "[name=value]", "[ name ^= 'value' ]".

public:
 property System::String ^ Attributes { System::String ^ get(); void set(System::String ^ value); };
public string Attributes { get; set; }
member this.Attributes : string with get, set
Public Property Attributes As String

Valor de propiedad

String

Se aplica a