CompilationSection.Assemblies 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 the AssemblyCollection of the CompilationSection.
public:
property System::Web::Configuration::AssemblyCollection ^ Assemblies { System::Web::Configuration::AssemblyCollection ^ get(); };
[System.Configuration.ConfigurationProperty("assemblies")]
public System.Web.Configuration.AssemblyCollection Assemblies { get; }
[<System.Configuration.ConfigurationProperty("assemblies")>]
member this.Assemblies : System.Web.Configuration.AssemblyCollection
Public ReadOnly Property Assemblies As AssemblyCollection
Property Value
A AssemblyCollection that contains the assembly objects used during compilation of an ASP.NET resource.
- Attributes
Remarks
This property contains the assembly references to use during compilation of a dynamic ASP.NET resource. ASP.NET automatically links these assemblies to the resource when compiling each code module.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.