PageParserFilter.AllowBaseType(Type) Método
Definição
public:
virtual bool AllowBaseType(Type ^ baseType);
public virtual bool AllowBaseType (Type baseType);
abstract member AllowBaseType : Type -> bool
override this.AllowBaseType : Type -> bool
Public Overridable Function AllowBaseType (baseType As Type) As Boolean
Parâmetros
- baseType
- Type
Um Type que representa a classe base potencial da página atual.A Type that represents the potential base class of the current page.
Retornos
true se a página puder herdar do tipo especificado; caso contrário, false.true if the page can inherit from the specified type; otherwise, false. O padrão é false.The default is false.
Comentários
A TemplateParser classe determina se um tipo base é permitido.The TemplateParser class determines whether a base type is permitted.