バージョン

SmartHtmlTextWriter クラス メンバ

SmartHtmlTextWriterデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタSmartHtmlTextWriter コンストラクタオーバーロードされます。   
トップ
プロテクト フィールド
 名前解説
Protected フィールドCoreNewLineStores the newline characters used for this TextWriter. System.IO.TextWriterから継承されます。
トップ
パブリック プロパティ
 名前解説
Public プロパティEncodingGets the encoding that the System.Web.UI.HtmlTextWriter object uses to write content to the page. System.Web.UI.HtmlTextWriterから継承されます。
Public プロパティFormatProviderGets an object that controls formatting. System.IO.TextWriterから継承されます。
Public プロパティIndentGets or sets the number of tab positions to indent the beginning of each line of markup. System.Web.UI.HtmlTextWriterから継承されます。
Public プロパティInnerWriterGets or sets the text writer that writes the inner content of the markup element. System.Web.UI.HtmlTextWriterから継承されます。
Public プロパティNewLineGets or sets the line terminator string used by the System.Web.UI.HtmlTextWriter object. System.Web.UI.HtmlTextWriterから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティTagKeyGets or sets the System.Web.UI.HtmlTextWriterTag value for the specified markup element. System.Web.UI.HtmlTextWriterから継承されます。
Protected プロパティTagNameGets or sets the tag name of the markup element being rendered. System.Web.UI.HtmlTextWriterから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddAttributeオーバーロードされます。 オーバーライドされます。   
Public メソッドAddStyleAttributeオーバーロードされます。 オーバーライドされます。   
Public メソッドBeginRenderNotifies an System.Web.UI.HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドCloseCloses the System.Web.UI.HtmlTextWriter object and releases any system resources associated with it. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。
Public メソッドDisposeオーバーロードされます。 Releases the unmanaged resources used by the System.IO.TextWriter and optionally releases the managed resources. System.IO.TextWriterから継承されます。
Public メソッドEndRenderNotifies an System.Web.UI.HtmlTextWriter object, or an object of a derived class, that a control has finished rendering. You can use this method to close any markup elements opened in the System.Web.UI.HtmlTextWriter.BeginRender method. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドEnterStyleオーバーロードされます。 Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドExitStyleオーバーロードされます。 Writes the closing tag of the specified markup element to end the specified layout and character formatting. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドFlushClears all buffers for the current System.Web.UI.HtmlTextWriter object and causes any buffered data to be written to the output stream. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドFlushAsyncAsynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. System.IO.TextWriterから継承されます。
Public メソッドGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドIsValidFormAttributeChecks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドRenderBeginTagオーバーロードされます。 オーバーライドされます。   
Public メソッドRenderEndTagオーバーライドされます。   
Public メソッドWriteオーバーロードされます。 オーバーライドされます。 Writes the text representation of a 4-byte unsigned integer to the text string or stream.  
Public メソッドWriteAsyncオーバーロードされます。 Writes a character to the text string or stream asynchronously. System.IO.TextWriterから継承されます。
Public メソッドWriteAttributeオーバーロードされます。 オーバーライドされます。   
Public メソッドWriteBeginTagオーバーライドされます。   
Public メソッドWriteBreakWrites a %[LangWord]<br />% markup element to the output stream. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドWriteEncodedTextEncodes the specified text for the requesting device, and then writes it to the output stream. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドWriteEncodedUrlEncodes the specified URL, and then writes it to the output stream. The URL might include parameters. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドWriteEncodedUrlParameterEncodes the specified URL parameter for the requesting device, and then writes it to the output stream. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドWriteEndTagオーバーライドされます。   
Public メソッドWriteFullBeginTagオーバーライドされます。   
Public メソッドWriteLineオーバーロードされます。 オーバーライドされます。 Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream.  
Public メソッドWriteLineAsyncオーバーロードされます。 Writes a character followed by a line terminator asynchronously to the text string or stream. System.IO.TextWriterから継承されます。
Public メソッドWriteLineNoTabsWrites a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing. System.Web.UI.HtmlTextWriterから継承されます。
Public メソッドWriteStyleAttributeオーバーロードされます。 オーバーライドされます。   
トップ
プロテクト メソッド
 名前解説
Protected メソッドEncodeAttributeValueオーバーロードされます。 オーバーライドされます。 Encodes the value of the specified markup attribute based on the requirements of the System.Web.HttpRequest object of the current context.  
Protected メソッドEncodeUrlPerforms minimal URL encoding by converting spaces in the specified URL to the string "%20". System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドFilterAttributesオーバーライドされます。   
Protected メソッドGetAttributeKeyObtains the corresponding System.Web.UI.HtmlTextWriterAttribute enumeration value for the specified attribute. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドGetAttributeNameObtains the name of the markup attribute associated with the specified System.Web.UI.HtmlTextWriterAttribute value. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドGetStyleKeyObtains the System.Web.UI.HtmlTextWriterStyle enumeration value for the specified style. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドGetStyleNameObtains the markup style attribute name associated with the specified System.Web.UI.HtmlTextWriterStyle enumeration value. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドGetTagKeyオーバーライドされます。   
Protected メソッドGetTagNameオーバーライドされます。   
Protected メソッドIsAttributeDefinedオーバーロードされます。 Determines whether the specified markup attribute and its value are rendered during the next call to the Overload method. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドIsStyleAttributeDefinedオーバーロードされます。 Determines whether the specified markup style attribute is rendered during the next call to the Overload method. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドMemberwiseCloneオーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。
Protected メソッドOnAttributeRenderオーバーライドされます。   
Protected メソッドOnStyleAttributeRenderオーバーライドされます。   
Protected メソッドOnTagRenderオーバーライドされます。   
Protected メソッドOutputTabsWrites a series of tab strings that represent the indentation level for a line of markup characters. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドPopEndTagRemoves the most recently saved markup element from the list of rendered elements. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドPushEndTagSaves the specified markup element for later use when generating the end tag for a markup element. System.Web.UI.HtmlTextWriterから継承されます。
Protected メソッドRenderAfterContentオーバーライドされます。   
Protected メソッドRenderAfterTagオーバーライドされます。   
Protected メソッドRenderBeforeContentオーバーライドされます。   
Protected メソッドRenderBeforeTagオーバーライドされます。   
Protected メソッドWriteUrlEncodedStringWrites the specified string, encoding it according to URL requirements. System.Web.UI.HtmlTextWriterから継承されます。
トップ
参照