This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
public static Uri LocalhostEnvironmentUriRoot = new Uri("http://192.168.0.48:8081");
[Serializable]
[CanFindClass("Post")]
[CanFindClass(nameof(LocalhostEnvironmentUriRoot))]
public class Ques_ExposeSegmentDetailSegmodel
{
// ...
}
// 这样在面对一个接口时,可以直接对其
if (ques.GetClassCanFindTag().Contains(nameof(LocalhostEnvironmentUriRoot)))
// 切换到这个域名