UrlHelperBase(ActionContext) Constructor
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.
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.