AttributeAwareMetadataAdapter<T>.HasCustomAttribute Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the element has a specific custom attribute applied.
public virtual bool HasCustomAttribute(string attributeFullName)Parameters
attributeFullNamestring- The full name of the attribute type to check for.
