This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Provides access to ScriptReference objects that represent client script files.
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class ScriptReferenceCollection : Collection<ScriptReference>
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ <AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ Public Class ScriptReferenceCollection _ Inherits Collection(Of ScriptReference)
[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class ScriptReferenceCollection : public Collection<ScriptReference^>
/** @attribute AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal) */ /** @attribute AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) */ public class ScriptReferenceCollection extends Collection<ScriptReference>
for operating in a hosted environment. Demand value: LinkDemand. Permission value: Minimal.
for operating in a hosted environment. Demand value: InheritanceDemand. Permission value: Minimal.
Object
Collection<(Of ScriptReference>)
ScriptReferenceCollection
Assembly: System.Web.Extensions (Module: System.Web.Extensions)
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.