共用方式為


RestrictChildrenAttribute 類別

定義

限制 專案的子 ITagHelper 系。

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

備註

將這個屬性與 HtmlTargetElementAttribute 指定為 TagStructureWithoutEndTag 的 結合,將會導致忽略這個屬性。

建構函式

RestrictChildrenAttribute(String, String[])

執行個體化 RestrictChildrenAttribute 類別的新執行個體。

屬性

ChildTags

取得允許做為子系的專案名稱。

適用於