DOMTokenList.Replace
DOMTokenList.Replace method
Sostituisce un token esistente con un nuovo token. Non fa nulla se il primo token non esiste.
public bool Replace(string token, string newToken)
Parametro | Tipo | Descrizione |
---|---|---|
token | String | Il token che vuoi sostituire. |
newToken | String | Il token con cui vuoi sostituire il vecchio token. |
Valore di ritorno
BooleanoVERO
se il token è stato trovato e sostituito,falso
Altrimenti.
Guarda anche
- class DOMTokenList
- spazio dei nomi Aspose.Html.Collections
- assemblea Aspose.HTML