Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / MobileResource.cs / 1305376 / MobileResource.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.Web.UI.Design; using System.Security.Permissions; ///[ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public sealed class MobileResource { private MobileResource() { // classes with only static methods shouldn't have public // constructors. } /// public static String GetString(String name) { return SR.GetString(name); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SymmetricSecurityBindingElement.cs
- DefinitionUpdate.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- TraceHelpers.cs
- Image.cs
- RequestBringIntoViewEventArgs.cs
- LexicalChunk.cs
- ListItemsCollectionEditor.cs
- _ChunkParse.cs
- MessageRpc.cs
- AssociationTypeEmitter.cs
- precedingsibling.cs
- ReadOnlyKeyedCollection.cs
- DurationConverter.cs
- SimpleMailWebEventProvider.cs
- RunInstallerAttribute.cs
- PageClientProxyGenerator.cs
- NamedPermissionSet.cs
- Rights.cs
- ImageList.cs
- GroupLabel.cs
- DataServices.cs
- FileSecurity.cs
- SqlWorkflowPersistenceService.cs
- ReadOnlyDataSourceView.cs
- DrawingAttributeSerializer.cs
- UniformGrid.cs
- PersistChildrenAttribute.cs
- WebPartTransformerAttribute.cs
- XhtmlTextWriter.cs
- TouchEventArgs.cs
- AssemblyGen.cs
- FakeModelPropertyImpl.cs
- ObjectDisposedException.cs
- StylusDevice.cs
- GenericUriParser.cs
- GeneralTransform3D.cs
- WorkflowServiceBehavior.cs
- Stacktrace.cs
- WebPartsPersonalization.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- InternalDuplexChannelListener.cs
- DataBoundControlHelper.cs
- LineSegment.cs
- FormViewInsertedEventArgs.cs
- Span.cs
- ContainerParagraph.cs
- ObjectQuery_EntitySqlExtensions.cs
- RayMeshGeometry3DHitTestResult.cs
- HitTestParameters3D.cs
- uribuilder.cs
- ConfigurationErrorsException.cs
- DummyDataSource.cs
- WebPartMovingEventArgs.cs
- ObjectDataSourceFilteringEventArgs.cs
- XdrBuilder.cs
- XmlSchemaGroupRef.cs
- AstTree.cs
- WindowsRebar.cs
- PrintDialogDesigner.cs
- ProtocolProfile.cs
- PeerSecurityManager.cs
- ViewDesigner.cs
- DataGridViewCell.cs
- XmlBaseWriter.cs
- JumpPath.cs
- SiteMapHierarchicalDataSourceView.cs
- PointKeyFrameCollection.cs
- SerializationException.cs
- ListViewCancelEventArgs.cs
- StickyNoteContentControl.cs
- SoapHeaderException.cs
- RecognizedWordUnit.cs
- DiscoveryClientProtocol.cs
- BinaryFormatter.cs
- CancelEventArgs.cs
- EventHandlerList.cs
- PlainXmlWriter.cs
- NullRuntimeConfig.cs
- WebPartDeleteVerb.cs
- InfoCardRSACryptoProvider.cs
- WrappingXamlSchemaContext.cs
- SocketElement.cs
- SqlBulkCopy.cs
- AdjustableArrowCap.cs
- XamlLoadErrorInfo.cs
- MdImport.cs
- sitestring.cs
- ActivationWorker.cs
- DecimalKeyFrameCollection.cs
- XmlChildNodes.cs
- _Events.cs
- HtmlControl.cs
- ConvertersCollection.cs
- XslCompiledTransform.cs
- FactoryGenerator.cs
- CompilerHelpers.cs
- EndpointIdentityExtension.cs
- TextStore.cs
- BinaryFormatter.cs