Class UrlEncodingPropertyAccess
Inheritance
UrlEncodingPropertyAccess
Assembly: DotNetNuke.dll
Syntax
public class UrlEncodingPropertyAccess : IPropertyAccess
Constructors
UrlEncodingPropertyAccess(IPropertyAccess)
Declaration
public UrlEncodingPropertyAccess(IPropertyAccess implementation)
Parameters
Properties
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Methods
GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Returns
Implements
Extension Methods