Show / Hide Table of Contents

Class UiMessageOptions

Options to override message dialog appearance.

Inheritance
System.Object
UiMessageOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Components.WebAssembly
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
public class UiMessageOptions

Properties

CancelButtonIcon

Custom icon for the Cancel button.

Declaration
public object CancelButtonIcon { get; set; }
Property Value
Type Description
System.Object

CancelButtonText

Custom text for the Cancel button.

Declaration
public string CancelButtonText { get; set; }
Property Value
Type Description
System.String

CenterMessage

If true, the message dialogue will be centered on the screen.

Declaration
public bool CenterMessage { get; set; }
Property Value
Type Description
System.Boolean

ConfirmButtonIcon

Custom icon for the Confirmation button.

Declaration
public object ConfirmButtonIcon { get; set; }
Property Value
Type Description
System.Object

ConfirmButtonText

Custom text for the Confirmation button.

Declaration
public string ConfirmButtonText { get; set; }
Property Value
Type Description
System.String

MessageIcon

Overrides the build-in message icon.

Declaration
public object MessageIcon { get; set; }
Property Value
Type Description
System.Object

OkButtonIcon

Custom icon for the Ok button.

Declaration
public object OkButtonIcon { get; set; }
Property Value
Type Description
System.Object

OkButtonText

Custom text for the Ok button.

Declaration
public string OkButtonText { get; set; }
Property Value
Type Description
System.String

ShowMessageIcon

If true, the message dialogue will show the large icon for the current message type.

Declaration
public bool ShowMessageIcon { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft