Class IHtmlHelperExtensions
Inheritance
IHtmlHelperExtensions
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class IHtmlHelperExtensions
Methods
View Source
AreaListJavaScriptBlock(IHtmlHelper, string)
Declaration
public static IHtmlContent AreaListJavaScriptBlock(this IHtmlHelper helper, string areaName)
Parameters
Returns
View Source
IfNotRootScope(IHtmlHelper, Scope, string)
Declaration
public static IHtmlContent IfNotRootScope(this IHtmlHelper helper, Scope scope, string output)
Parameters
Returns
View Source
ReturnPageLink(IHtmlHelper, HttpRequest, Guid, string)
Declaration
public static IHtmlContent ReturnPageLink(this IHtmlHelper helper, HttpRequest request, Guid pageId, string fallbackMessage)
Parameters
Returns
View Source
ReturnTabInput(IHtmlHelper, HttpContext, Guid)
Declaration
public static IHtmlContent ReturnTabInput(this IHtmlHelper helper, HttpContext httpContext, Guid pageId)
Parameters
Returns
View Source
RosterAdminsTab(IHtmlHelper, Guid, string, string, Scope?, bool)
Declaration
public static IHtmlContent RosterAdminsTab(this IHtmlHelper helper, Guid pageId, string controllerType, string objectName, Scope? scope = null, bool defaultTab = false)
Parameters
Returns
View Source
RosterContainersTabAsync(IHtmlHelper, IAuthorizationService, Guid, Scope)
Declaration
public static Task<IHtmlContent> RosterContainersTabAsync(this IHtmlHelper helper, IAuthorizationService authService, Guid pageId, Scope scope)
Parameters
Returns
View Source
RosterMembersTab(IHtmlHelper, Guid, string, string, Scope?, bool)
Declaration
public static IHtmlContent RosterMembersTab(this IHtmlHelper helper, Guid pageId, string controllerType, string objectName, Scope? scope = null, bool defaultTab = false)
Parameters
Returns
View Source
RosterMembershipsTab(IHtmlHelper, Guid, string, string, Scope?, bool)
Declaration
public static IHtmlContent RosterMembershipsTab(this IHtmlHelper helper, Guid pageId, string controllerType, string objectName, Scope? scope = null, bool defaultTab = false)
Parameters
Returns
View Source
RosterPermissionsTab(IHtmlHelper, Guid, string, Scope, bool)
Declaration
public static IHtmlContent RosterPermissionsTab(this IHtmlHelper helper, Guid pageId, string containerName, Scope scope, bool defaultTab = false)
Parameters
Returns
View Source
RosterProjectsTab(IHtmlHelper, Guid, Scope)
Declaration
public static IHtmlContent RosterProjectsTab(this IHtmlHelper helper, Guid pageId, Scope scope)
Parameters
Returns
View Source
RosterRolesTab(IHtmlHelper, Guid, Scope)
Declaration
public static IHtmlContent RosterRolesTab(this IHtmlHelper helper, Guid pageId, Scope scope)
Parameters
Returns
View Source
RosterTabbedPageScriptBlock(IHtmlHelper, bool)
Declaration
public static IHtmlContent RosterTabbedPageScriptBlock(this IHtmlHelper helper, bool stopLoadingSpinner = false)
Parameters
Returns
View Source
Declaration
public static IHtmlContent RosterToolsTab(this IHtmlHelper helper, Guid pageId, Scope scope)
Parameters
Returns
View Source
ScopeAndNameParts(IHtmlHelper, IRosterDocument)
Declaration
public static string ScopeAndNameParts(this IHtmlHelper helper, IRosterDocument doc)
Parameters
Returns
View Source
String(IHtmlHelper, string)
Declaration
public static IHtmlContent String(this IHtmlHelper helper, string input)
Parameters
Returns