Interface IModalContent
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Contract implemented by components hosted inside a dialog or drawer modal.
public interface IModalContent
Properties
ModalReference
Cascaded reference used by the content to close the modal and supply a result.
ModalReference ModalReference { get; set; }