PageContextAttribute クラス

定義

モデル インスタンスを作成するときに、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 の に設定する必要があることを指定します。 プロパティには、パブリック セット メソッドが必要です。

適用対象