Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 289 Bytes

File metadata and controls

11 lines (8 loc) · 289 Bytes

BsStaticText Component

Renders a form group with a <input type='text' class='input-control-plaintext'> control within an EditForm for a non-editable field.

Example

<BsStaticText Value="@model.DeliveryCost.ToString("c")" Label="Delivery cost" />

Properties