Condividi tramite


HtmlForm.Action Proprietà

Definizione

Ottiene o imposta l'attributo di azione del formato HTML.

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

Valore della proprietà

Attributo di azione del formato HTML. Il valore predefinito è Empty.

Commenti

La proprietà viene usata Action quando si riscrive l'URL della richiesta originale, ma si vuole mantenere l'URL originale per l'attributo action del modulo HTML. Impostare la Action proprietà sul valore dell'URL che si desidera conservare.

Si applica a

Vedi anche