Share via


RazorWebSectionGroup.Host Property

Definition

Gets or sets the host value for system.web.webPages.razor section group.

[System.Configuration.ConfigurationProperty("host", IsRequired=false)]
public System.Web.WebPages.Razor.Configuration.HostSection Host { get; set; }
member this.Host : System.Web.WebPages.Razor.Configuration.HostSection with get, set
Public Property Host As HostSection

Property Value

The host value.

Attributes

Applies to