PageApplicationModel.HandlerProperties Property

Definition

Gets the sequence of PagePropertyModel instances on PageHandlerModel.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::PagePropertyModel ^> ^ HandlerProperties { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::PagePropertyModel ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel> HandlerProperties { get; }
member this.HandlerProperties : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.PagePropertyModel>
Public ReadOnly Property HandlerProperties As IList(Of PagePropertyModel)

Property Value

Applies to