RazorWebSectionGroup.Host Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property Host As HostSectionProperty Value
The host value.
- Attributes