NamespaceInfo Constructor (String)
.NET Framework (current version)
Initializes a new instance of the NamespaceInfo class with the specified namespace reference.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
A namespace reference for the new NamespaceInfo object.
No validation is performed to verify that the namespace reference is valid.
The following code example shows how to use NamespaceInfo constructor. It is part of a larger example for the PagesSection type.
.NET Framework
Available since 2.0
Available since 2.0
Show: