SupplyParameterFromSessionAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示相關屬性的值應由指定名稱的會話提供。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SupplyParameterFromSessionAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SupplyParameterFromSessionAttribute = class
inherit CascadingParameterAttributeBase
Public NotInheritable Class SupplyParameterFromSessionAttribute
Inherits CascadingParameterAttributeBase
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SupplyParameterFromSessionAttribute() |
表示相關屬性的值應由指定名稱的會話提供。 |
屬性
| 名稱 | Description |
|---|---|
| Name |
取得或設定會話金鑰的名稱。 若未指定,則會使用該物業名稱。 |