Share via


RazorPagesSection.Namespaces Property

Definition

Gets or sets the collection of namespaces to add to Web Pages pages in the current application.

[System.Configuration.ConfigurationProperty("namespaces", IsRequired=true)]
public System.Web.Configuration.NamespaceCollection Namespaces { get; set; }
member this.Namespaces : System.Web.Configuration.NamespaceCollection with get, set
Public Property Namespaces As NamespaceCollection

Property Value

The collection of namespaces.

Attributes

Applies to