Condividi tramite


ViewContext.FormContext Proprietà

Definizione

Ottiene o imposta l'oggetto FormContext per l'elemento del modulo di cui viene eseguito il rendering. Se non viene eseguito il rendering di alcun modulo, viene restituito un contesto predefinito.

public:
 virtual property Microsoft::AspNetCore::Mvc::ViewFeatures::FormContext ^ FormContext { Microsoft::AspNetCore::Mvc::ViewFeatures::FormContext ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewFeatures::FormContext ^ value); };
public virtual Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext FormContext { get; set; }
member this.FormContext : Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext with get, set
Public Overridable Property FormContext As FormContext

Valore della proprietà

Si applica a