AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageAttributes..::..GettAttribute<(Of <(<'T>)>)> Method

Gets a typed attribute value by key. Duplicate of [GetAttribute{T}(string)]; prefer using that method.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public T GettAttribute<T>(
	string key
)

Type Parameters

T

Parameters

key
Type: String
The key.

Return Value

T.