ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / Expand Property

In This Topic
    Expand Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Expand. Sets a string that specifies whether related entities should be included in the return data.
    Syntax
    'Declaration
     
    Public Property Expand As String
    public string Expand {get; set;}
    See Also