Show / Hide Table of Contents

Enum EncoderTypes

Namespace: Volo.CmsKit.Public.Web.Security.Captcha
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public enum EncoderTypes

Fields

Name Description
Jpeg
Png

Extension Methods

AbpObjectExtensions.If<EncoderTypes>(EncoderTypes, bool, Action<EncoderTypes>)
AbpObjectExtensions.If<EncoderTypes>(EncoderTypes, bool, Func<EncoderTypes, EncoderTypes>)
AbpObjectExtensions.IsIn<EncoderTypes>(EncoderTypes, IEnumerable<EncoderTypes>)
AbpObjectExtensions.IsIn<EncoderTypes>(EncoderTypes, params EncoderTypes[])
AbpQueryableExtensions.OrderByIf<T, EncoderTypes>(EncoderTypes, bool, string)
AbpQueryableExtensions.PageBy<T, EncoderTypes>(EncoderTypes, int, int)
AbpQueryableExtensions.WhereIf<T, EncoderTypes>(EncoderTypes, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, EncoderTypes>(EncoderTypes, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, EncoderTypes>(EncoderTypes, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, EncoderTypes>(EncoderTypes, bool, int?)
In this article
Back to top Powered by ABP.IO Platform