Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarAdapter Class / GetSlotContentRenderFragment Method
The info about the slot.

In This Topic
    GetSlotContentRenderFragment Method
    In This Topic
    Gets the render fragment corresponding to the content of the slot of specified slotInfo.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSlotContentRenderFragment( _
       ByVal slotInfo As CalendarSlotInfo _
    ) As RenderFragment
    public virtual RenderFragment GetSlotContentRenderFragment( 
       CalendarSlotInfo slotInfo
    )

    Parameters

    slotInfo
    The info about the slot.

    Return Value

    The content of the slot.
    See Also