示例#1
0
 protected override bool Initialize(ReactRenderContext reactContext)
 {
     if (!reactContext.RenderedTypes.Contains(this.ClassName))
     {
         reactContext.RenderedTypes.Add(this.ClassName);
         return(true);
     }
     this.Handle = false;
     return(false);
 }
 protected virtual bool Initialize(ReactRenderContext reactContext)
 {
     return(true);
 }