Table of Contents

Class PlaceHolderAttribute

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

PlaceHolderAttribute 占位符标签类

[AttributeUsage(AttributeTargets.Property)]
public class PlaceHolderAttribute : Attribute
Inheritance
PlaceHolderAttribute
Inherited Members
Extension Methods

Constructors

PlaceHolderAttribute(string)

构造函数

public PlaceHolderAttribute(string placeholder)

Parameters

placeholder string

Properties

Text

获得 Text 属性

public string Text { get; }

Property Value

string