Home > Net >  In the aspx. Cs file, how to reference to write their own class?
In the aspx. Cs file, how to reference to write their own class?

Time:01-04

The namespace MySpace
{
The class Myclass
{
}
}

How to reference in the aspx?
Thank you very much!

CodePudding user response:

In a project?
MySpace. Myclass
  • Related