次の方法で共有


RazorPageAttribute クラス

定義

注意事項

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
属性

コンストラクター

RazorPageAttribute(String, Type, String)
古い.

この属性は RazorCompiledItem に置き換えられているので、ランタイムでは使用されません。

プロパティ

Path
古い.

ビューのパスを取得します。

(継承元 RazorViewAttribute)
RouteTemplate
古い.

ルート テンプレート。

ViewType
古い.

ビューの種類を取得します。

(継承元 RazorViewAttribute)

適用対象