Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ClientScriptItem.cs / 1 / ClientScriptItem.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.Design {
///
/// Represents a client script block in a web form document.
///
public sealed class ClientScriptItem {
private string _text;
private string _source;
private string _language;
private string _type;
private string _id;
public ClientScriptItem(string text, string source, string language, string type, string id) {
_text = text;
_source = source;
_language = language;
_type = type;
_id = id;
}
public string Id {
get {
return _id;
}
}
public string Language {
get {
return _language;
}
}
public string Source {
get {
return _source;
}
}
public string Text {
get {
return _text;
}
}
public string Type {
get {
return _type;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextTreeTextNode.cs
- ping.cs
- ComplexTypeEmitter.cs
- ExpandSegmentCollection.cs
- CommandSet.cs
- CodeExpressionStatement.cs
- Point.cs
- contentDescriptor.cs
- XmlSerializer.cs
- BreakRecordTable.cs
- RemotingSurrogateSelector.cs
- AnnotationDocumentPaginator.cs
- Label.cs
- EntitySqlQueryCacheKey.cs
- Point3DCollection.cs
- ContextMenuService.cs
- EncryptedPackageFilter.cs
- XmlSchemaAttribute.cs
- unsafeIndexingFilterStream.cs
- SizeConverter.cs
- LicFileLicenseProvider.cs
- HttpProcessUtility.cs
- Constraint.cs
- HtmlTitle.cs
- PropertyInfoSet.cs
- ViewManager.cs
- filewebresponse.cs
- QuaternionRotation3D.cs
- DocumentViewerConstants.cs
- TaiwanCalendar.cs
- WebPartConnectionsCloseVerb.cs
- IsolatedStoragePermission.cs
- ImportCatalogPart.cs
- ExportOptions.cs
- ServicePointManager.cs
- ClientRoleProvider.cs
- SoapExtensionImporter.cs
- FacetEnabledSchemaElement.cs
- AppDomain.cs
- SerializeAbsoluteContext.cs
- InfiniteIntConverter.cs
- HwndPanningFeedback.cs
- CommandID.cs
- TextServicesCompartmentEventSink.cs
- EventRouteFactory.cs
- PropertyPathConverter.cs
- CanonicalFormWriter.cs
- TcpAppDomainProtocolHandler.cs
- TemplatedMailWebEventProvider.cs
- PropertyItemInternal.cs
- DataKeyCollection.cs
- OverflowException.cs
- remotingproxy.cs
- WorkflowMarkupSerializerMapping.cs
- StorageAssociationSetMapping.cs
- HashAlgorithm.cs
- EndpointNameMessageFilter.cs
- RectangleConverter.cs
- ListBoxChrome.cs
- XmlSchemaGroup.cs
- WebUtil.cs
- GradientBrush.cs
- NameValueFileSectionHandler.cs
- SrgsSemanticInterpretationTag.cs
- ComponentResourceManager.cs
- SqlXml.cs
- WebBrowser.cs
- StyleTypedPropertyAttribute.cs
- DataGridPageChangedEventArgs.cs
- OdbcConnectionOpen.cs
- MeasureItemEvent.cs
- MarshalByValueComponent.cs
- Base64WriteStateInfo.cs
- BooleanSwitch.cs
- FormViewDeleteEventArgs.cs
- SqlXmlStorage.cs
- StateBag.cs
- ListViewGroupConverter.cs
- FontSourceCollection.cs
- StringAnimationBase.cs
- LinkedResource.cs
- Interlocked.cs
- RSACryptoServiceProvider.cs
- SortAction.cs
- AssociatedControlConverter.cs
- DelegateBodyWriter.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- SizeF.cs
- EditingCoordinator.cs
- EventRoute.cs
- Bold.cs
- AngleUtil.cs
- InternalSafeNativeMethods.cs
- ConcatQueryOperator.cs
- ReachSerializationCacheItems.cs
- ConnectionPoolManager.cs
- ObjectDataSourceFilteringEventArgs.cs
- ClientFormsAuthenticationCredentials.cs
- AssemblyInfo.cs
- EventLevel.cs