次の方法で共有


WebPageBase.IsSectionDefined(String) メソッド

定義

指定されたセクションがページで定義されているかどうかを示す値を返します。

public bool IsSectionDefined (string name);
member this.IsSectionDefined : string -> bool
Public Function IsSectionDefined (name As String) As Boolean

パラメーター

name
String

検索するセクションの名前。

戻り値

指定したセクションがページで定義されている場合は true。それ以外の場合は false。

適用対象