IUrlHelperFactory.GetUrlHelper(ActionContext) Method     
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 an IUrlHelper for the request associated with context.
public:
 Microsoft::AspNetCore::Mvc::IUrlHelper ^ GetUrlHelper(Microsoft::AspNetCore::Mvc::ActionContext ^ context);public Microsoft.AspNetCore.Mvc.IUrlHelper GetUrlHelper(Microsoft.AspNetCore.Mvc.ActionContext context);abstract member GetUrlHelper : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.IUrlHelperPublic Function GetUrlHelper (context As ActionContext) As IUrlHelperParameters
- context
- ActionContext
The ActionContext associated with the current request.
Returns
An IUrlHelper for the request associated with context