UrlHelperBase(ActionContext) Constructor

Definition

Initializes an instance of a UrlHelperBase

protected:
 UrlHelperBase(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext);
protected UrlHelperBase (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
new Microsoft.AspNetCore.Mvc.Routing.UrlHelperBase : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.Routing.UrlHelperBase
Protected Sub New (actionContext As ActionContext)

Parameters

actionContext
ActionContext

The ActionContext.

Applies to