ControllerModel.Application 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.
Ruft den ApplicationModel dieses Controllers ab oder legt diesen fest.
public:
property Microsoft::AspNetCore::Mvc::ApplicationModels::ApplicationModel ^ Application { Microsoft::AspNetCore::Mvc::ApplicationModels::ApplicationModel ^ get(); void set(Microsoft::AspNetCore::Mvc::ApplicationModels::ApplicationModel ^ value); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModel Application { get; set; }
public Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModel? Application { get; set; }
member this.Application : Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModel with get, set
Public Property Application As ApplicationModel