namespace Components

in global :: Microsoft . AspNetCore

This namespace contains:

namespace CompilerServices
namespace Rendering
class ComponentBase A base component
class EditorRequiredAttribute Specifies that the component parameter is required to be provided by the user when authoring it in the editor. If a value for this parameter is not provided, editors or build tools may provide warnings indicating the user to specify a value. This attribute is only valid on properties marked with .
struct EventCallback
struct EventCallback<TValue>
class EventCallbackFactory
class EventHandlerAttribute
class EventHandlers
interface IComponent A component type
class ParameterAttribute Signifies a parameter attribute
class RenderFragment Represents a segment of UI content, implemented as a delegate that writes the content to a .
class RenderFragment<TValue> Represents a segment of UI content for an object of type , implemented as a function that returns a .
class RouteAttribute