クリックして評価とフィードバックをお寄せください
MSDN
MSDN ライブラリ
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.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
コミュニティ コンテンツ   コミュニティ コンテンツとは
新しいコンテンツの追加      
Processing
Page view tracker