Compartilhar via


LayoutAttribute(Type) Construtor

Definição

Constrói uma instância de LayoutAttribute.

public:
 LayoutAttribute(Type ^ layoutType);
public LayoutAttribute (Type layoutType);
new Microsoft.AspNetCore.Components.LayoutAttribute : Type -> Microsoft.AspNetCore.Components.LayoutAttribute
Public Sub New (layoutType As Type)

Parâmetros

layoutType
Type

O tipo do layout.

Aplica-se a