|
SampleCrossUi.Blazor 1.0.0.0
SampleCrossUi.Blazor 사용 방법을 보여 주는 예제 프로젝트입니다.
|
함수 | |
| builder.Services. | AddRazorComponents () .AddInteractiveServerComponents() |
| builder.Services. | AddScoped< ICounterService, CounterService > () |
| builder.Services. | AddScoped< CounterEvent > () |
| builder.Services. | AddScoped< CounterViewModel > () |
| builder.Services. | AddScoped< LightBulbModel > () |
| builder.Services. | AddScoped< LightBulbEvent > () |
| builder.Services. | AddScoped< LightBulbViewModel > () |
| builder.Services. | AddScoped< ControlsEvent > () |
| builder.Services. | AddScoped< ControlsViewModel > () |
| builder.Services. | AddScoped< DreamineDialogService > () |
| app. | UseStaticFiles () |
| app. | UseAntiforgery () |
| app. | MapRazorComponents< App > () .AddInteractiveServerRenderMode() |
| app. | Run () |
변수 | |
| var | builder = WebApplication.CreateBuilder(args) |
| var | app = builder.Build() |
| builder.Services. AddRazorComponents | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< ControlsEvent > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< ControlsViewModel > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< CounterEvent > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< CounterViewModel > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< DreamineDialogService > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< ICounterService, CounterService > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< LightBulbEvent > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< LightBulbModel > | ( | ) |
다음을 참조함 : builder.
| builder.Services. AddScoped< LightBulbViewModel > | ( | ) |
다음을 참조함 : builder.
| app. MapRazorComponents< App > | ( | ) |
다음을 참조함 : app.
| app. Run | ( | ) |
다음을 참조함 : app.
| app. UseAntiforgery | ( | ) |
다음을 참조함 : app.
| app. UseStaticFiles | ( | ) |
다음을 참조함 : app.
| var app = builder.Build() |
Program.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : MapRazorComponents< App >(), Run(), UseAntiforgery(), UseStaticFiles().
| var builder = WebApplication.CreateBuilder(args) |
Program.cs 파일의 7 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddRazorComponents(), AddScoped< ControlsEvent >(), AddScoped< ControlsViewModel >(), AddScoped< CounterEvent >(), AddScoped< CounterViewModel >(), AddScoped< DreamineDialogService >(), AddScoped< ICounterService, CounterService >(), AddScoped< LightBulbEvent >(), AddScoped< LightBulbModel >(), AddScoped< LightBulbViewModel >().