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
- MultipleViewProviderWrapper.cs
- ToolboxComponentsCreatedEventArgs.cs
- DiscoveryServerProtocol.cs
- DescendantOverDescendantQuery.cs
- Renderer.cs
- InstanceCreationEditor.cs
- HtmlAnchor.cs
- AvTrace.cs
- SystemColors.cs
- Funcletizer.cs
- DataGrid.cs
- ComplexBindingPropertiesAttribute.cs
- AudioFileOut.cs
- BitStack.cs
- shaperfactory.cs
- CompositeFontFamily.cs
- BlurBitmapEffect.cs
- SamlAuthenticationClaimResource.cs
- ClientFormsAuthenticationCredentials.cs
- PropertyCollection.cs
- BoundsDrawingContextWalker.cs
- ObfuscationAttribute.cs
- ImageSource.cs
- ConfigurationPropertyCollection.cs
- ThemeInfoAttribute.cs
- XmlSubtreeReader.cs
- HttpServerUtilityBase.cs
- AsyncStreamReader.cs
- nulltextnavigator.cs
- MetadataUtil.cs
- ProviderCommandInfoUtils.cs
- EventTrigger.cs
- XmlCodeExporter.cs
- SHA1Managed.cs
- ObjectIDGenerator.cs
- DataGridViewElement.cs
- WinEventQueueItem.cs
- ProtocolsConfiguration.cs
- ISFTagAndGuidCache.cs
- RegisteredArrayDeclaration.cs
- FrameworkContentElementAutomationPeer.cs
- ControlPropertyNameConverter.cs
- ScrollItemPattern.cs
- DataSourceNameHandler.cs
- AliasExpr.cs
- WebSysDescriptionAttribute.cs
- NegotiationTokenProvider.cs
- XmlAttribute.cs
- TitleStyle.cs
- ExpressionServices.cs
- WindowsIdentity.cs
- RedirectionProxy.cs
- HtmlButton.cs
- SqlCommandBuilder.cs
- WebServiceEndpoint.cs
- XmlToDatasetMap.cs
- CodeDirectoryCompiler.cs
- BindingNavigator.cs
- _PooledStream.cs
- GeometryGroup.cs
- Automation.cs
- AndMessageFilterTable.cs
- FileDialog.cs
- DeviceContext2.cs
- TransformCryptoHandle.cs
- DataSetMappper.cs
- WebRequestModuleElementCollection.cs
- MatrixAnimationUsingKeyFrames.cs
- DataTransferEventArgs.cs
- SizeIndependentAnimationStorage.cs
- AssemblyInfo.cs
- StringSource.cs
- ObjectDataSourceEventArgs.cs
- Activator.cs
- FeatureSupport.cs
- MultiBinding.cs
- Trace.cs
- DropDownButton.cs
- DefaultValidator.cs
- RijndaelManagedTransform.cs
- SQLDecimal.cs
- PhoneCallDesigner.cs
- BaseCollection.cs
- InputLanguageEventArgs.cs
- ResXResourceWriter.cs
- safemediahandle.cs
- Span.cs
- MessageHeaderDescription.cs
- PropertyChangedEventManager.cs
- InputMethodStateChangeEventArgs.cs
- AsymmetricSignatureFormatter.cs
- Attributes.cs
- XmlSchemaDatatype.cs
- ReturnValue.cs
- CatalogPart.cs
- Freezable.cs
- Trace.cs
- PriorityChain.cs
- OleDbConnectionInternal.cs
- FlowDocumentPage.cs