Click or drag to resize

WebPageBaseSecurityExtensionsVGRenderSectionIfIsInRole Method

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 HelperResult VGRenderSectionIfIsInRole(
	this WebPageBase obj,
	string name,
	Object role
)

Parameters

obj
Type: WebPageBase
name
Type: SystemString
role
Type: SystemObject

Return Value

Type: HelperResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WebPageBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also