Partager via


ViewContext.FormContext Propriété

Définition

Obtient ou définit le FormContext pour l’élément de formulaire affiché. Un contexte par défaut est retourné si aucun formulaire n’est actuellement affiché.

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

Valeur de propriété

S’applique à