yea. someone know what i should substitute "DialogUsageExample_Dialog" in the Dialog examples with? intellisense doesnt recognize this even if i just copy the basic example. cant get the hang of it
it is the name of the razor file of your dialog, so if your dialog is in DialogUsageExample_Dialog.razor you would use that.
yea. someone know what i should substitute "DialogUsageExample_Dialog" in the Dialog examples with? intellisense doesnt recognize this even if i just copy the basic example. cant get the hang of it
it is the name of the razor file of your dialog, so if your dialog is in DialogUsageExample_Dialog.razor you would use that.
perfect, thank you. they should at least mention that in the examples