PageContextAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデル インスタンスを作成するときに、Razor Page モデル プロパティを現在 PageContext の に設定する必要があることを指定します。 プロパティには、パブリック セット メソッドが必要です。
public ref class PageContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class PageContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type PageContextAttribute = class
inherit Attribute
Public Class PageContextAttribute
Inherits Attribute
- 継承
-
PageContextAttribute
- 属性
コンストラクター
PageContextAttribute() |
モデル インスタンスを作成するときに、Razor Page モデル プロパティを現在 PageContext の に設定する必要があることを指定します。 プロパティには、パブリック セット メソッドが必要です。 |