Interface IModalServiceSettingsDefinition
Interface defining settings for the Modal Service.
Namespace: Serenity.Modal.Domain.Interfaces
Assembly: Serenity.Modal.Domain.dll
Syntax
public interface IModalServiceSettingsDefinition : IFoundationSettings
Properties
ControllerId
Declaration
string ControllerId { get; }
Property Value
| Type | Description |
|---|---|
| string | Gets the ID of the modal controller. |