次の方法で共有


OutputElementHintAttribute クラス

定義

の出力要素の ITagHelperヒントを提供します。

public ref class OutputElementHintAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class OutputElementHintAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type OutputElementHintAttribute = class
    inherit Attribute
Public NotInheritable Class OutputElementHintAttribute
Inherits Attribute
継承
OutputElementHintAttribute
属性

コンストラクター

OutputElementHintAttribute(String)

OutputElementHintAttribute クラスの新しいインスタンスを生成します。

プロパティ

OutputElement

が出力する ITagHelper 可能性がある HTML 要素。

適用対象