FormContext.HasAntiforgeryToken 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前 < 表單 > 專案包含反分叉標記的指示。 除非 CanRenderAtEndOfForm 是 true
,否則請勿使用 。
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
否則為 。