MvcViewOptions.SuppressTempDataAttributePrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會判斷加上 加上 前置詞 之屬性 TempDataAttributeTempDataProperty-
的索引鍵是否 ITempDataDictionary 為 。
未指定 時 Key ,以 批註 TempDataAttribute 的屬性查閱索引鍵衍生自屬性名稱。 在 ASP.NET Core 2.1 之前的版本中,匯出索引鍵是值 TempDataProperty-
前面加上 的屬性名稱。
例如 TempDataProperty-SuccessMessage
。 當此選項為 true
時,屬性的匯出索引鍵就是屬性名稱,例如 SuccessMessage
。
預設值為 false
。
public:
property bool SuppressTempDataAttributePrefix { bool get(); void set(bool value); };
public bool SuppressTempDataAttributePrefix { get; set; }
member this.SuppressTempDataAttributePrefix : bool with get, set
Public Property SuppressTempDataAttributePrefix As Boolean
屬性值
備註
此屬性與相容性參數相關聯,而且可以根據應用程式的已設定相容性版本提供不同的行為。 如需設定應用程式相容性版本的指引和範例,請參閱 CompatibilityVersion 。
藉由呼叫此屬性的 setter 來設定相容性參數所需的值,將優先于應用程式 CompatibilityVersion 所隱含的值。
如果應用程式的相容性版本設定 Version_2_0 為 ,則除非明確設定,否則此設定將會有 值 false
。
如果應用程式的相容性版本設定為 Version_2_1 或更新版本,則除非明確設定,否則此設定將會有 值 true
。