Click or drag to resize
RegisterApiControllerAttributeMarkedType Property
Gets the type of the API controller.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 8.2.23
Syntax
C#
public Type MarkedType { get; }

Property Value

Type: Type

Implements

IPreInitAttributeMarkedType
See Also