Share via


RazorWebSectionGroup.GroupName Field

Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor".

Namespace:  System.Web.WebPages.Razor.Configuration
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

Syntax

'Declaration
Public Shared ReadOnly GroupName As String
'Usage
Dim value As String 

value = RazorWebSectionGroup.GroupName
public static readonly string GroupName
public:
static initonly String^ GroupName
static val GroupName: string
public static final var GroupName : String

See Also

Reference

RazorWebSectionGroup Class

System.Web.WebPages.Razor.Configuration Namespace