Share via


ModelBindingContext.ActionContext Property

Definition

Represents the ActionContext associated with this context.

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

Property Value

Remarks

The property setter is provided for unit testing purposes only.

Applies to