Text truncation

Truncate overflowing inline or block text with a BCL text utility attribute.

BCL mapping

Use text-truncate="true" and give the element a constrained width.

This sentence is intentionally long enough to demonstrate truncation inside a constrained paragraph.

aspnet

<bs-p text-truncate="true" bs-width="Relative50">
    This sentence is intentionally long enough to demonstrate truncation.
</bs-p>