Aracılığıyla paylaş


BlazorWebView.Services Property

Definition

Gets or sets an IServiceProvider containing services to be used by this control and also by application code. This property must be set to a valid value for the Razor components to start.

public:
 property IServiceProvider ^ Services { IServiceProvider ^ get(); void set(IServiceProvider ^ value); };
public IServiceProvider Services { get; set; }
member this.Services : IServiceProvider with get, set
Public Property Services As IServiceProvider

Property Value

Applies to