RazorPageAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.
現在は使用されていません。この属性は RazorCompiledItem に置き換えられていたので、ランタイムでは使用されません。
public ref class RazorPageAttribute : Microsoft::AspNetCore::Mvc::Razor::Compilation::RazorViewAttribute
public class RazorPageAttribute : Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute
[System.Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")]
public class RazorPageAttribute : Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute
type RazorPageAttribute = class
inherit RazorViewAttribute
[<System.Obsolete("This attribute has been superseded by RazorCompiledItem and will not be used by the runtime.")>]
type RazorPageAttribute = class
inherit RazorViewAttribute
Public Class RazorPageAttribute
Inherits RazorViewAttribute
- 継承
- 属性
コンストラクター
RazorPageAttribute(String, Type, String) |
古い.
この属性は RazorCompiledItem に置き換えられているので、ランタイムでは使用されません。 |
プロパティ
Path |
古い.
ビューのパスを取得します。 (継承元 RazorViewAttribute) |
RouteTemplate |
古い.
ルート テンプレート。 |
ViewType |
古い.
ビューの種類を取得します。 (継承元 RazorViewAttribute) |