共用方式為


FormContext.HasAntiforgeryToken 屬性

定義

取得或設定目前 < 表單 > 專案包含反分叉標記的指示。 除非 CanRenderAtEndOfFormtrue ,否則請勿使用 。

public:
 property bool HasAntiforgeryToken { bool get(); void set(bool value); };
public bool HasAntiforgeryToken { get; set; }
member this.HasAntiforgeryToken : bool with get, set
Public Property HasAntiforgeryToken As Boolean

屬性值

true 如果目前的 < 表單 > 專案包含反分叉標記,則為 , false 否則為 。

適用於