RazorPagesSection.Namespaces 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 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, setPublic Property Namespaces As NamespaceCollectionProperty Value
The collection of namespaces.
- Attributes