IUrlHelper.ActionContext Property

Definition

Gets the ActionContext for the current request.

public:
 property Microsoft::AspNetCore::Mvc::ActionContext ^ ActionContext { Microsoft::AspNetCore::Mvc::ActionContext ^ get(); };
public Microsoft.AspNetCore.Mvc.ActionContext ActionContext { get; }
member this.ActionContext : Microsoft.AspNetCore.Mvc.ActionContext
Public ReadOnly Property ActionContext As ActionContext

Property Value

Applies to