Inetdev.AspNet


Assembly

Version:
5.0.22346.1
Product version:
InetdevFx-CI_master_20221212.1
Product:
Inetdev Framework
Culture:
neutral
Public key token:
856a2402e38a9992

Namespaces (4)

Inetdev.AspNetCore

TypeSummary
DataModelExtensions Helper extensions for work with IDataModels.
DataPropertyDisplayMetadataProvider Creates a display metadata bases in DataProperty attribute data.
Editor Editor defines a generic model for a CRUD web editor including the data model and aditional properties.
HeaderAttribute Sets a ViewData["Header"] value for an action or controller.
HttpExtensions Extensions methods for Http related objects.
MainMenuActiveItemAttribute Stores the Id of the active main menu item with in a ViewData key.
NoCacheAttribute Disable caching for a controller or action.
PathAttribute Sets a ViewData["Path"] value for an action or controller.
ViewResultExtensions Helper extensions for view results.

Inetdev.AspNetCore.Authorization

TypeSummary
AuthApiAttribute Configures the roles required to access an api controller or action.
AuthApiRoleRequirementFilter An AuthorizationFilter that sets a StatusCodeResult when the user is not authorized.
AuthMvcAttribute Configures the roles required to access a controller or action.
AuthMvcRoleRequirementFilter An AuthorizationFilter that sets a ViewResult when the user is not authorized.

Inetdev.AspNetCore.Binders

TypeSummary
DataModelModelBinder Binds a complex model and initializes the properties configured within the application context.
DataModelModelBinderProvider An IModelBinderProvider that provides a model binder for IDataModel objects.
DecimalModelBinder An IModelBinder for Decimal and Nullable`1 where T is Decimal.
DecimalModelBinderProvider An IModelBinderProvider for binding Decimal and it Nullable`1 wrappers.

Inetdev.AspNetCore.TagHelpers

TypeSummary
LabelForRequiredTagHelper ITagHelper implementation targeting <label> elements with an asp-for-required attribute.
SpanHintTagHelper ITagHelper implementation targeting <span> elements with an asp-hint-for attribute.