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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.