コード例 #1
0
 internal UrlRedirectActionParameters(UrlRedirectActionParametersTypeName typeName, RedirectType redirectType, DestinationProtocol?destinationProtocol, string customPath, string customHostname, string customQueryString, string customFragment)
 {
     TypeName            = typeName;
     RedirectType        = redirectType;
     DestinationProtocol = destinationProtocol;
     CustomPath          = customPath;
     CustomHostname      = customHostname;
     CustomQueryString   = customQueryString;
     CustomFragment      = customFragment;
 }
コード例 #2
0
 public UrlRedirectActionParameters(UrlRedirectActionParametersTypeName typeName, RedirectType redirectType)
 {
     TypeName     = typeName;
     RedirectType = redirectType;
 }