Skip to main content
A newer version of this page is available.
All docs
V20.2

MapKeyBuilder Class

OBSOLETE

Use the apiKey option instead.

Provides methods that allow you to configure nested options of the client-side key object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("Use the apiKey option instead.")]
public class MapKeyBuilder :
    OptionsOwnerBuilder

Remarks

Do not instantiate this class explicitly. A new MapKeyBuilder class instance is created when you call the Key(Action<MapKeyBuilder>) method.

Inheritance

See Also