Skip to content

Instantly share code, notes, and snippets.

@dneimke
Created March 11, 2021 05:15
Show Gist options
  • Select an option

  • Save dneimke/67a326097827d2a9267b8ba5267b3732 to your computer and use it in GitHub Desktop.

Select an option

Save dneimke/67a326097827d2a9267b8ba5267b3732 to your computer and use it in GitHub Desktop.
protected override void OnInitialized()
{
_editContext = new EditContext(_contactDetails);
_editContext.SetFieldCssClassProvider(new BootstrapStyleProvider());
_editContext.OnFieldChanged += HandleFieldChanged;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment