Share via


ModelBindingContext.ActionContext Propriété

Définition

Représente le ActionContext associé à ce contexte.

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

Valeur de propriété

Remarques

La propriété setter est fournie à des fins de test unitaire uniquement.

S’applique à