RazorPage.AddHtmlAttributeValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void AddHtmlAttributeValue(System::String ^ prefix, int prefixOffset, System::Object ^ value, int valueOffset, int valueLength, bool isLiteral);
public void AddHtmlAttributeValue (string prefix, int prefixOffset, object value, int valueOffset, int valueLength, bool isLiteral);
member this.AddHtmlAttributeValue : string * int * obj * int * int * bool -> unit
Public Sub AddHtmlAttributeValue (prefix As String, prefixOffset As Integer, value As Object, valueOffset As Integer, valueLength As Integer, isLiteral As Boolean)
Paramètres
- prefix
- String
- prefixOffset
- Int32
- value
- Object
- valueOffset
- Int32
- valueLength
- Int32
- isLiteral
- Boolean