Share via


HostSection Class

Definition

Provides configuration system support for the host configuration section.

public class HostSection : System.Configuration.ConfigurationSection
type HostSection = class
    inherit ConfigurationSection
Public Class HostSection
Inherits ConfigurationSection
Inheritance
HostSection

Constructors

HostSection()

Initializes a new instance of the HostSection class.

Fields

SectionName

Represents the name of the configuration section for a Razor host environment.

Properties

FactoryType

Gets or sets the host factory.

Applies to