bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Enhance the convention of using access modifiers for different members of a blazor component

Open msynk opened this issue 4 years ago • 0 comments

what should be the access modifier (public, internal, private ...) of these members:

  • variables or property used for binding values into the .razor files
  • private field used only inside the component class
  • injected properties
  • properties used outside of the component

msynk avatar Feb 17 '22 11:02 msynk