MockerBlazorTestBase<(Of <(<'T>)>)>..::..RenderParameters Property
Gets the list of parameters used when rendering. This is used to setup a component before the test constructor
runs.
Namespace:
FastMoq.Web.BlazorAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
[ExcludeFromCodeCoverageAttribute] protected virtual List<ComponentParameter> RenderParameters { get; }
<ExcludeFromCodeCoverageAttribute> _ Protected Overridable ReadOnly Property RenderParameters As List(Of ComponentParameter) Get
[ExcludeFromCodeCoverageAttribute] protected: virtual property List<ComponentParameter^>^ RenderParameters { List<ComponentParameter^>^ get (); }