Compartir a través de


ViewContext.FormContext Propiedad

Definición

Obtiene o establece el objeto FormContext para el elemento de formulario que se va a representar. Se devuelve un contexto predeterminado si no se representa ningún formulario actualmente.

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

Valor de propiedad

Se aplica a