Skip to content

Pact Web Interfaces IAlertsModel

welshronaldo edited this page May 30, 2022 · 5 revisions

IAlertsModel Interface

Ease-of access interface on a page model for adding alert messages (in the 4 standard Bootstrap formats).
The expectation is that these will be held in TempData via the [TempData] attribute for use in the layout following a redirect

public interface IAlertsModel

Derived
PageModelBase

Properties
Error An error message
Info An informative message
Success A success message
Warning A warning message
Clone this wiki locally