Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlMeta.cs / 1305376 / HtmlMeta.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Security; using System.Security.Permissions; using System.ComponentModel; [ ControlBuilderAttribute(typeof(HtmlEmptyTagControlBuilder)) ] public class HtmlMeta : HtmlControl { public HtmlMeta() : base("meta") { } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Content { get { string s = Attributes["content"]; return ((s != null) ? s : String.Empty); } set { Attributes["content"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string HttpEquiv { get { string s = Attributes["http-equiv"]; return ((s != null) ? s : String.Empty); } set { Attributes["http-equiv"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Name { get { string s = Attributes["name"]; return ((s != null) ? s : String.Empty); } set { Attributes["name"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Scheme { get { string s = Attributes["scheme"]; return ((s != null) ? s : String.Empty); } set { Attributes["scheme"] = MapStringAttributeToString(value); } } protected internal override void Render(HtmlTextWriter writer) { if (EnableLegacyRendering) { base.Render(writer); } else { // By default HTMLControl doesn't render a closing /> so its not XHTML compliance writer.WriteBeginTag(TagName); RenderAttributes(writer); writer.Write(HtmlTextWriter.SelfClosingTagEnd); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Security; using System.Security.Permissions; using System.ComponentModel; [ ControlBuilderAttribute(typeof(HtmlEmptyTagControlBuilder)) ] public class HtmlMeta : HtmlControl { public HtmlMeta() : base("meta") { } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Content { get { string s = Attributes["content"]; return ((s != null) ? s : String.Empty); } set { Attributes["content"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string HttpEquiv { get { string s = Attributes["http-equiv"]; return ((s != null) ? s : String.Empty); } set { Attributes["http-equiv"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Name { get { string s = Attributes["name"]; return ((s != null) ? s : String.Empty); } set { Attributes["name"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Scheme { get { string s = Attributes["scheme"]; return ((s != null) ? s : String.Empty); } set { Attributes["scheme"] = MapStringAttributeToString(value); } } protected internal override void Render(HtmlTextWriter writer) { if (EnableLegacyRendering) { base.Render(writer); } else { // By default HTMLControl doesn't render a closing /> so its not XHTML compliance writer.WriteBeginTag(TagName); RenderAttributes(writer); writer.Write(HtmlTextWriter.SelfClosingTagEnd); } } } } // 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
- CodeExpressionRuleDeclaration.cs
- ScrollChrome.cs
- DbConnectionPoolOptions.cs
- TrackingMemoryStreamFactory.cs
- nulltextcontainer.cs
- SchemaImporterExtension.cs
- HeaderUtility.cs
- PrintDialog.cs
- MethodToken.cs
- DataGridViewCellParsingEventArgs.cs
- XmlWrappingReader.cs
- Int64AnimationUsingKeyFrames.cs
- InputReport.cs
- OrthographicCamera.cs
- RemoteAsymmetricSignatureFormatter.cs
- InternalRelationshipCollection.cs
- Object.cs
- MediaTimeline.cs
- ArglessEventHandlerProxy.cs
- BufferedGraphicsManager.cs
- EventProviderWriter.cs
- StringFormat.cs
- DirectoryNotFoundException.cs
- NamespaceCollection.cs
- WebScriptMetadataMessage.cs
- ChannelOptions.cs
- SoapCommonClasses.cs
- DataFormats.cs
- BitmapFrameDecode.cs
- AjaxFrameworkAssemblyAttribute.cs
- CodePageEncoding.cs
- SQLSingle.cs
- TextContainerChangedEventArgs.cs
- SystemFonts.cs
- Journaling.cs
- HighContrastHelper.cs
- EventProviderBase.cs
- _RequestCacheProtocol.cs
- DmlSqlGenerator.cs
- CSharpCodeProvider.cs
- InputScopeNameConverter.cs
- EntityProviderFactory.cs
- versioninfo.cs
- XmlSchemaAnnotation.cs
- TargetInvocationException.cs
- SerializationFieldInfo.cs
- FilteredDataSetHelper.cs
- Roles.cs
- CodeSnippetTypeMember.cs
- ListSortDescriptionCollection.cs
- NullableDecimalSumAggregationOperator.cs
- TablePattern.cs
- DataGridViewCellStyleChangedEventArgs.cs
- PrePostDescendentsWalker.cs
- XmlDocument.cs
- NullRuntimeConfig.cs
- DetailsViewDeleteEventArgs.cs
- FilterableAttribute.cs
- InternalsVisibleToAttribute.cs
- BitmapFrame.cs
- TransactionContextManager.cs
- BreakSafeBase.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- PriorityRange.cs
- PropertyEntry.cs
- ComPlusDiagnosticTraceSchemas.cs
- PlaceHolder.cs
- ScrollItemProviderWrapper.cs
- StatusBarItem.cs
- Point.cs
- Int32KeyFrameCollection.cs
- WebBrowserUriTypeConverter.cs
- EntityCommandExecutionException.cs
- WindowsToolbarItemAsMenuItem.cs
- ProcessInputEventArgs.cs
- MouseEvent.cs
- ToolboxComponentsCreatedEventArgs.cs
- SQLBinaryStorage.cs
- SymbolMethod.cs
- RulePatternOps.cs
- GenericPrincipal.cs
- DoubleStorage.cs
- MLangCodePageEncoding.cs
- ReceiveActivityValidator.cs
- IChannel.cs
- UserControlAutomationPeer.cs
- LoginCancelEventArgs.cs
- AutomationEventArgs.cs
- EntryIndex.cs
- SQLBinary.cs
- CornerRadiusConverter.cs
- CommandSet.cs
- DbProviderManifest.cs
- WindowsRichEditRange.cs
- MouseOverProperty.cs
- WebReferenceCollection.cs
- TextTreeTextElementNode.cs
- ImageMetadata.cs
- CheckBoxField.cs
- TextChange.cs