ValidationVisitor.Context 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.
Der Aktionskontext.
protected:
property Microsoft::AspNetCore::Mvc::ActionContext ^ Context { Microsoft::AspNetCore::Mvc::ActionContext ^ get(); };
protected Microsoft.AspNetCore.Mvc.ActionContext Context { get; }
member this.Context : Microsoft.AspNetCore.Mvc.ActionContext
Protected ReadOnly Property Context As ActionContext