ActionModel.Controller Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ControllerModel.
public:
property Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^ Controller { Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^ get(); void set(Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^ value); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel Controller { get; set; }
member this.Controller : Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel with get, set
Public Property Controller As ControllerModel