Compartir a través de


LayoutAttribute(Type) Constructor

Definición

Construye una instancia 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

Tipo del diseño.

Se aplica a