Allows invoking a method at runtime to check for a value dynamically.
Note: The method called must be a static method
public RequireSslAttribute(Type type, string method)
Parameters
type
method
Static method on this type to invoke with no parameters
Overloads:
public RequireSslAttribute()
public RequireSslAttribute(bool requireSsl)
public RequireSslAttribute(string appSettingsKey)
See also:
Class RequireSslAttribute© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic