クリックして評価とフィードバックをお寄せください
MSDN
MSDN ライブラリ
すべて縮小/すべて展開 すべて縮小
このページは次のバージョンについて記述しています。
Microsoft Visual Studio 2005/.NET Framework 2.0

その他のバージョンについては、以下の情報を参照してください。
.NET Framework Class Library
HtmlFormAdapter.RenderExtraHeadElements Method

Renders any additional content within the <head> and </ head> tags of the HTML page.

Namespace: System.Web.UI.MobileControls.Adapters
Assembly: System.Web.Mobile (in system.web.mobile.dll)

Visual Basic (Declaration)
Protected Overridable Function RenderExtraHeadElements ( _
    writer As HtmlMobileTextWriter _
) As Boolean
Visual Basic (Usage)
Dim writer As HtmlMobileTextWriter
Dim returnValue As Boolean

returnValue = Me.RenderExtraHeadElements(writer)
C#
protected virtual bool RenderExtraHeadElements (
    HtmlMobileTextWriter writer
)
C++
protected:
virtual bool RenderExtraHeadElements (
    HtmlMobileTextWriter^ writer
)
J#
protected boolean RenderExtraHeadElements (
    HtmlMobileTextWriter writer
)
JScript
protected function RenderExtraHeadElements (
    writer : HtmlMobileTextWriter
) : boolean

Parameters

writer

The specified text writer.

Return Value

true if any extra head elements were written; otherwise, false.

This method is called twice. On the first call, the writer parameter is a null reference (Nothing in Visual Basic), and the method returns true or false, indicating whether or not it has additional head elements to write. On the second call, the method writes the content by using the provided writer.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1
コミュニティ コンテンツ   コミュニティ コンテンツとは
新しいコンテンツの追加 RSS  注釈
Processing
© 2009 Microsoft Corporation. All rights reserved. 使用条件 | 商標 | プライバシー
Page view tracker