共用方式為


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。

適用於