Show / Hide Table of Contents

Class ViewContextExtensions

Inheritance
System.Object
ViewContextExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.AspNetCore.Mvc.ViewFeatures
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class ViewContextExtensions

Methods

GetUrlHelper(ViewContext)

Declaration
public static IUrlHelper GetUrlHelper(this ViewContext viewContext)
Parameters
Type Name Description
ViewContext viewContext
Returns
Type Description
IUrlHelper
Back to top Powered by Volosoft