Compartir a través de


ModelBindingContext.ActionContext Propiedad

Definición

Representa el ActionContext asociado a este contexto.

public:
 abstract property Microsoft::AspNetCore::Mvc::ActionContext ^ ActionContext { Microsoft::AspNetCore::Mvc::ActionContext ^ get(); void set(Microsoft::AspNetCore::Mvc::ActionContext ^ value); };
public abstract Microsoft.AspNetCore.Mvc.ActionContext ActionContext { get; set; }
member this.ActionContext : Microsoft.AspNetCore.Mvc.ActionContext with get, set
Public MustOverride Property ActionContext As ActionContext

Valor de propiedad

Comentarios

El establecedor de propiedades solo se proporciona con fines de prueba unitaria.

Se aplica a