The MethodName property accepts the name of a method defined in the page.
The method must be a shared (static) method because an instance of the class is not created when the page is output cached.
<%@ Page Language="C#" %>
<%@ OutputCache Duration="15" VaryByParam="none" %>
Substitution Control