共用方式為


RazorPage.IsSectionDefined(String) 方法

定義

傳回值,這個值表示指定的區段是否定義于內容頁面中。

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

參數

name
String

要搜尋的區段名稱。

傳回

true 如果在內容頁面中定義指定的區段,則為 ;否則為 false

適用於