TagPrefixInfo.Assembly Property
.NET Framework (current version)
Gets or sets the name of the assembly containing the control implementation.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe name of the assembly (without an extension). The default is an empty string.
This property specifies the assembly in which the control resides. It applies only to a custom control and is not required if the control is in the application code directory.
The following code example shows how to use the Assembly property. This code example is part of a larger example provided for the PagesSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: