Click or drag to resize

HtmlHelperSecurityExtensions Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.WebHtmlHelperSecurityExtensions

Namespace:  Novalys.VisualGuard.Security.Web
Assembly:  Novalys.VisualGuard.Security.WebMvc (in Novalys.VisualGuard.Security.WebMvc.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static class HtmlHelperSecurityExtensions

The HtmlHelperSecurityExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, Object)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, String)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, RouteValueDictionary)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, Object, Object)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, RouteValueDictionary, IDictionaryString, Object)
Based on VG permission, it returns an anchor element(a element) that contains the virtual path of the specified action.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, String, Object, Object)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, String, RouteValueDictionary, IDictionaryString, Object)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelper, Object, String, String, String, String, String, String, String, Object, Object)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Public methodStatic memberVGActionLink(HtmlHelperObject, Object, String, String, String, String, String, String, String, RouteValueDictionary, IDictionaryString, Object)
Visual Guard method to return either action element or element label based on permission passed as parameter to this method.
Top
Fields
  NameDescription
Public fieldStatic memberVGActionLinkTemplate
Top
See Also