Condividi tramite


ModelBindingContext.ActionContext Proprietà

Definizione

Rappresenta l'oggetto ActionContext associato a questo contesto.

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

Valore della proprietà

Commenti

Il setter della proprietà viene fornito solo a scopo di unit test.

Si applica a