ModelBindingContext.ActionContext Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt die dar, die ActionContext diesem Kontext zugeordnet ist.
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
Eigenschaftswert
Hinweise
Der Eigenschaftensetter wird nur für Komponententests bereitgestellt.